AW: BUG ? - lucene multisearcher / sorting

2006-12-01 Thread Kai R. Emde
] Gesendet: Donnerstag, 30. November 2006 00:23 An: java-user@lucene.apache.org Betreff: Re: BUG ? - lucene multisearcher / sorting On Tuesday 28 November 2006 23:09, Kai R. Emde wrote: we have one problem with the sort routine. We use the multisearcher function over severall index. Does

Re: BUG ? - lucene multisearcher / sorting

2006-12-01 Thread Daniel Naber
On Friday 01 December 2006 15:16, Kai R. Emde wrote: When we search material as an example, we found 207 hits in the the index. When we search this index in the multisearcher, with 3 index, there 206 hits contiguous and one after the next. OK bookA1, bookA2, bookA3 ... bookA206, bookB1,

Re: BUG ? - lucene multisearcher / sorting

2006-11-29 Thread Daniel Naber
On Tuesday 28 November 2006 23:09, Kai R. Emde wrote: we have one problem with the sort routine. We use the multisearcher function over severall index. Does that also happens when you're not using MultiSearcher? Could you post a small test case that demonstrates this problem? To my knowledge,

BUG ? - lucene multisearcher / sorting

2006-11-28 Thread Kai R. Emde
Hello, we have one problem with the sort routine. We use the multisearcher function over severall index. The result will be sorted by the booknumber, but the produced list isn't sorted correct. There are 300 hits from book a, then 150 from book b, 95 hits book 3, but then there are 1,2,3 hits of