The best way to confirm the NRT aspect is to start loading a really large batch of documents and go to your browser and do a search for *:* (match all documents). See the result count. Hit refresh and see the result count. Hit refresh a couple times about once per second and see the result counts.
- Mark On Nov 26, 2012, at 2:54 AM, Shaveta_Chawla <shaveta.cha...@knimbus.com> wrote: > I have migrated solr 3.6 to solr 4.0. I have implemented solr4.0's auto > commit option by adding > <autoSoftCommit> > <maxTime>1000</maxTime> > </autoSoftCommit> > <autoCommit> > <maxTime>60000</maxTime> > <openSearcher>false</openSearcher> > </autoCommit> > these lines in solrconfig.xml. > > I am doing these changes on my local machine. I know what autosoftcommit > features does but how can i check that the autocommit feature is working ok? > > > > -- > View this message in context: > http://lucene.472066.n3.nabble.com/AutoSoftcommit-option-solr-4-0-tp4022302.html > Sent from the Solr - User mailing list archive at Nabble.com.