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
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
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
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
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 '