;
>
> - Original Message
> From: Ard Schrijvers <[EMAIL PROTECTED]>
> To: java-user@lucene.apache.org
> Sent: Friday, May 25, 2007 8:40:26 AM
> Subject: RE: Setting the maximum number of documents in a
> lucene segment
>
>
> >
> > Hello,
> &g
Otis
--
Lucene Consulting -- http://lucene-consulting.com/
- Original Message
From: Ard Schrijvers <[EMAIL PROTECTED]>
To: java-user@lucene.apache.org
Sent: Friday, May 25, 2007 8:40:26 AM
Subject: RE: Setting the maximum number of documents in a lucene segment
>
> Hello,
>
> Hello,
>
> I am trying to change the maximum number of documents in a
> lucene segment. By default it seems to be 10.
Correction: 10 for the smallest (just created) segments of course, because
obviously merged segments are likely to contain many more documents
Hello,
I am trying to change the maximum number of documents in a lucene segment. By
default it seems to be 10. When I have a mergeFactor of say 10, then on
average, after every 100 added documents lucene is merging segments.
I want each segment to contain more then the default 10 documents
AIL PROTECTED]> wrote:
>
> Hello,
>
> Is the maximum number of documents in an index Integer.MAX_VALUE? (approx
> 2
> billion)
> If so, if I want to have 8 billion docs indexed, like Google,
> can I do it with havi
Hello,
Is the maximum number of documents in an index Integer.MAX_VALUE? (approx 2
billion)
If so, if I want to have 8 billion docs indexed, like Google,
can I do it with having four indices, theoretically?
Koji
-
To