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, score = 0.999833
id = 1, score = 0.999833

search 3: //not sorted!
id = 1, score = 0.999889
id = 2, score = 0.999889
id = 3, score = 0.999889

search final: //not sorted!
id = 3, score = 0.712318
id = 1, score = 0.712318
id = 2, score = 0.712318

Attachment: testsort.rar
Description: application/rar

------------------------------------------------------------------------------
Centralized Desktop Delivery: Dell and VMware Reference Architecture
Simplifying enterprise desktop deployment and management using
Dell EqualLogic storage and VMware View: A highly scalable, end-to-end
client virtualization framework. Read more!
http://p.sf.net/sfu/dell-eql-dev2dev
_______________________________________________
CLucene-developers mailing list
CLucene-developers@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/clucene-developers

Reply via email to