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
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
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
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 =
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