The wiki says: “ In Solr4.0 it will be removed.” See: https://wiki.apache.org/solr/UpdateXmlMessages
Unfortunately, the new Solr Reference Guide does not include that note. See: https://cwiki.apache.org/confluence/display/solr/Uploading+Data+with+Index+Handlers I would be +1 for having Solr give a 400 error for using it. I mean, the app is expecting some specific behavior, and that behavior is not going to happen. -- Jack Krupansky From: Артём Луканин Sent: Thursday, March 13, 2014 7:30 AM To: [email protected] Subject: waitFlush is not used in SolrServer.commit() Hello, I'm trying to understand how to use commit( boolean waitFlush, boolean waitSearcher, boolean softCommit ) It appears, that AbstractUpdateRequest.setAction is called, which doesn't use waitFlush at all. Can we remove waitFlush not to confuse the users? Artem
