Yes it should be 0 and 5. I'm not sure what would cause 0 and 0, offhand.
Can you make a small standalone test case showing it? Mike On Thu, Nov 12, 2009 at 4:25 PM, Benjamin Heilbrunn <ben...@gmail.com> wrote: > Hello everyone, > > I'm a little bit confused about the docBase parameter of > Collector.setNextReader. > > Imagine the following: > - Create new Index > - Index 5 docs > - Call IndexWriter.commit() > - Index 7 docs > - Call IndexWriter.commit() > - close Writer > > Now I have a 2-segment index right? > > I have implemented an own Collector. If I execute an all docs matching > query on the above case the Collectors setNextReader method is called > twice (as I expected). > But docBase both times equals 0. Shouldn't it be 0 and 5? > > What mistake could trigger such behaviour? > > > Benjamin > > --------------------------------------------------------------------- > To unsubscribe, e-mail: java-user-unsubscr...@lucene.apache.org > For additional commands, e-mail: java-user-h...@lucene.apache.org > > --------------------------------------------------------------------- To unsubscribe, e-mail: java-user-unsubscr...@lucene.apache.org For additional commands, e-mail: java-user-h...@lucene.apache.org