Re: Solr index optimizing help

2010-07-14 Thread Otis Gospodnetic
rom: Karthik K > To: solr-user@lucene.apache.org > Sent: Wed, July 14, 2010 10:26:12 PM > Subject: Re: Solr index optimizing help > > yeah, that happened :( ,lost lot of data because of it. > Can some one explain the terms numDocs and maxDoc ?? will the difference > indicate the dup

Re: Solr index optimizing help

2010-07-14 Thread Karthik K
yeah, that happened :( ,lost lot of data because of it. Can some one explain the terms numDocs and maxDoc ?? will the difference indicate the duplicates?? Thank you, karthik

Re: Solr index optimizing help

2010-07-14 Thread Erick Erickson
Does your schema have a unique id specified? If so, is it possible that you indexed many documents that had the same ID, thus deleting previous documents with the same ID? That would account for it, but it's a shot in the dark... Best Erick On Tue, Jul 13, 2010 at 6:20 AM, Karthik K wrote: > Th

Re: Solr index optimizing help

2010-07-13 Thread Karthik K
Thanks a lot for the reply, is it independent of merge factor?? My index size reduced a lot (almost by 40%) after optimization and i am worried that i might have lost the data. I have no deletes at all but a high merge factor. Any suggestions? Thanks, Karthik

RE: Solr index optimizing help

2010-07-13 Thread Fornoville, Tom
It will mostly likely be smaller but the new size is highly dependent on the number of documents that you have deleted (because optimize actually removes data instead of only flagging it). -Original Message- From: Karthik K [mailto:karthikkato...@gmail.com] Sent: dinsdag 13 juli 2010 11:3