Re: no segments* file found

2018-12-14 Thread Mahmoud Almokadem
Thanks Eric, already tried to Lucene but cannot continue cause I need to get my collection up ASAP. So, I started my reindexing process and I'll investigate this issue while indexing. Mahmoud On Fri, Dec 14, 2018 at 6:08 PM Erick Erickson wrote: > You'd have to dive into the Lucene code and fi

Re: no segments* file found

2018-12-14 Thread Erick Erickson
You'd have to dive into the Lucene code and figure out the format, offhand I don't know what it is. However, there's no guarantee here that it'll result in a consistent index. Consider merging two segments, seg1 and seg2. Here's the merge sequence: 1> merge the segments, At the end of this you ha

Re: no segments* file found

2007-11-12 Thread Yonik Seeley
On Nov 12, 2007 3:46 AM, SDIS M. Beauchamp <[EMAIL PROTECTED]> wrote: > If I don't optimize, I 've got a too many files open at about 450K files > and 3 Gb index You may need to increase the number of filedescriptors in your system. If you're using Linux, see this: http://www.cs.uwaterloo.ca/~brec

RE: no segments* file found

2007-11-12 Thread SDIS M. Beauchamp
solr-user@lucene.apache.org Objet : Re: no segments* file found are you using embedded solr? I had stumbled on a similar error : http://www.mail-archive.com/solr-user@lucene.apache.org/msg06085.html -V On Nov 12, 2007 2:16 PM, SDIS M. Beauchamp <[EMAIL PROTECTED]> wrote: > I'm using solr to

Re: no segments* file found

2007-11-12 Thread Venkatraman S
are you using embedded solr? I had stumbled on a similar error : http://www.mail-archive.com/solr-user@lucene.apache.org/msg06085.html -V On Nov 12, 2007 2:16 PM, SDIS M. Beauchamp <[EMAIL PROTECTED]> wrote: > I'm using solr to index our files servers ( 480K files ) > > If I don't optimize, I '