tamaramata / solrnet

Automatically exported from code.google.com/p/solrnet
0 stars 0 forks source link

WaitFlush Parameter for Commits has been Removed #216

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Any call of the Commit method in SolrBasicServer

What is the expected output? What do you see instead?
It should commit, but instead a 400 response code is returned.

Please use labels and text to provide additional information.
http://wiki.apache.org/solr/UpdateXmlMessages

waitFlush = "true" | "false" — default is true — block until index changes 
are flushed to disk <!> Solr1.4 At least in Solr 1.4 and later (perhaps earlier 
as well), this command has no affect. In <!> Solr4.0 it will be removed.

Original issue reported on code.google.com by AmazingC...@gmail.com on 13 Aug 2013 at 7:46

GoogleCodeExporter commented 8 years ago

Original comment by mauricio...@gmail.com on 15 Aug 2013 at 3:59