Re: [CLucene-dev] Bug in sorting

2011-02-16 Thread Veit Jahns
2011/2/9 Veit Jahns : > it seems that addIndexesNoOptimize() cause the trouble here. I can't > open the index with Luke. I got a "read past EOF" error. But only from > Luke. The CLucene-IndexReader has no problem with the index---besides > that sorting doesn't work correctly. I will keep at it. I

Re: [CLucene-dev] Bug in sorting

2011-02-09 Thread Veit Jahns
Hi Alexander, it seems that addIndexesNoOptimize() cause the trouble here. I can't open the index with Luke. I got a "read past EOF" error. But only from Luke. The CLucene-IndexReader has no problem with the index---besides that sorting doesn't work correctly. I will keep at it. Kind regards, Ve

Re: [CLucene-dev] Bug in sorting

2011-01-22 Thread Veit Jahns
Hi Alexander, I created a test cased based on the code you once sent me. I get the same result, i.e., that there seems to be a bug. I will take a closer look tomorrow. Kind regards, Veit -- Special Offer-- Download ArcS

[CLucene-dev] Bug in sorting

2010-12-20 Thread Alexander Egorov
I reproduced problem (on last git branch). Anyone can fix bug? 2010/11/12 : > In this test adding 3 docs and then updating them. And then search > docs with sorting by doc_id (desc), after some updates search() not > sorting docs. > > search 1: //all ok > id = 3, score = 0.999667 > id = 2, score =

[CLucene-dev] Bug in sorting

2010-11-12 Thread psevdo
In this test adding 3 docs and then updating them. And then search docs with sorting by doc_id (desc), after some updates search() not sorting docs. search 1: //all ok id = 3, score = 0.999667 id = 2, score = 0.999667 id = 1, score = 0.999667 search 2: //all ok id = 3, score = 0.999833 id = 2, sc