Hi, I'm using CommitWithin for immediate commit. The response times are inconsistent. Sometimes it's less than a second. Sometimes more than 25 seconds. I'm not sending concurrent requests. Any idea?
http://wiki.apache.org/solr/CommitWithin Snippet: UpdateRequest req = new UpdateRequest(); req.add( solrDoc); req.setCommitWithin(5000); req.process( server ); Thanks, Vijay -- View this message in context: http://lucene.472066.n3.nabble.com/SOLRJ-commitWithin-inconsistent-tp3476104p3476104.html Sent from the Solr - User mailing list archive at Nabble.com.