RE: Solr commits before documents are added

2009-10-20 Thread SharmilaR
d commit on the same clock second, so it will be missing the > last 20 due to sync between the two. > > It's an edge case, but we ran into it recently. > > -Todd > > -Original Message- > From: SharmilaR [mailto:sranganat...@library.rochester.edu] > Sen

RE: Solr commits before documents are added

2009-10-19 Thread SharmilaR
Solr version is 1.3 I am indexing total of 1.4 million documents. Yes, I commit(waitFlush="true" waitSearcher="true") every 100k documents and then one at the end. I have a counter next to addDoc(SolrDocument) statement to keep track of number of documents added. When I query Solr after commit,