RE: Solr commits before documents are added

2009-10-20 Thread SharmilaR
t: Monday, October 19, 2009 1:07 PM > To: solr-user@lucene.apache.org > Subject: RE: Solr commits before documents are added > > > Solr version is 1.3 > I am indexing total of 1.4 million documents. Yes, I > commit(waitFlush="true" > waitSearcher="true") every

RE: Solr commits before documents are added

2009-10-20 Thread Feak, Todd
-Original Message- From: SharmilaR [mailto:sranganat...@library.rochester.edu] Sent: Monday, October 19, 2009 1:07 PM To: solr-user@lucene.apache.org Subject: RE: Solr commits before documents are added Solr version is 1.3 I am indexing total of 1.4 million documents. Yes, I commit(

Re: Solr commits before documents are added

2009-10-19 Thread Yonik Seeley
u do it on a regular interval (every 100k documents for example) >>> and then one at the end to be sure? >>> >>> How are you observing that the last few didn't make it in? Are you looking >>> at a slave or master? >>> >>> -Todd >>

Re: Solr commits before documents are added

2009-10-19 Thread Lance Norskog
gt; -Todd >> >> > -Original Message- > From: Ranganathan, Sharmila [mailto:sranganat...@library.rochester.edu] > Sent: Monday, October 19, 2009 9:19 AM > To: solr-user@lucene.apache.org > Subject: Solr commits before documents are added > > Hi, > >

RE: Solr commits before documents are added

2009-10-19 Thread SharmilaR
t few didn't make it in? Are you looking > at a slave or master? > > -Todd > > -Original Message- From: Ranganathan, Sharmila [mailto:sranganat...@library.rochester.edu] Sent: Monday, October 19, 2009 9:19 AM To: solr-user@lucene.apache.org Subject: Solr commits befor

RE: Solr commits before documents are added

2009-10-19 Thread Feak, Todd
ke it in? Are you looking at a slave or master? -Todd -Original Message- From: Ranganathan, Sharmila [mailto:sranganat...@library.rochester.edu] Sent: Monday, October 19, 2009 9:19 AM To: solr-user@lucene.apache.org Subject: Solr commits before documents are added Hi, My application in

Solr commits before documents are added

2009-10-19 Thread Ranganathan, Sharmila
Hi, My application indexes huge number of documents(like in millions). Below is the snapshot of my code where I add all documents to Solr, and then at last issue commit command. I use Solrj. I find that last few documents are not committed to Solr. Is this because adding documents to Solr took lo