Re: Clarification about segments

2009-09-14 Thread Hajiz
rom what I understand, is it true that if mergeFactor is 10, then >> when >> > I >> > index my first 9 documents, I have 9 separate segments, each containing >> 1 >> > document? And when searching, it will search through every segment? >> >

Re: Clarification about segments

2008-08-26 Thread Michael McCandless
, each containing 1 document? And when searching, it will search through every segment? Thanks! David -- View this message in context: http://www.nabble.com/Clarification-about-segments-tp19117115p19120086.html Sent from the Lucene - Java Users mailing list archive at Nabb

Re: Clarification about segments

2008-08-25 Thread David Lee
mergeFactor is 10, then > when > > I > > index my first 9 documents, I have 9 separate segments, each containing 1 > > document? And when searching, it will search through every segment? > > > > Thanks! > > David > > > > > > -- > View this messag

Re: Clarification about segments

2008-08-23 Thread Karsten F.
I > index my first 9 documents, I have 9 separate segments, each containing 1 > document? And when searching, it will search through every segment? > > Thanks! > David > > -- View this message in context: http://www.nabble.com/Clarification-about-segments-tp19117115p1912

Clarification about segments

2008-08-22 Thread David Lee
So from what I understand, is it true that if mergeFactor is 10, then when I index my first 9 documents, I have 9 separate segments, each containing 1 document? And when searching, it will search through every segment? Thanks! David