RE: Setting the maximum number of documents in a lucene segment

2007-05-26 Thread Ard Schrijvers
; > > - 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

Re: Setting the maximum number of documents in a lucene segment

2007-05-25 Thread Otis Gospodnetic
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,

RE: Setting the maximum number of documents in a lucene segment

2007-05-25 Thread Ard Schrijvers
> > 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

Setting the maximum number of documents in a lucene segment

2007-05-25 Thread Ard Schrijvers
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

Re: maximum number of documents

2005-10-12 Thread jian chen
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

maximum number of documents

2005-10-12 Thread Koji Sekiguchi
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