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
I have built clucene with this configuration on Solaris Sparc,
cmake -G "Unix Makefiles" .. -DCMAKE_INSTALL_PREFIX=""
-DCMAKE_CXX_FLAGS:STRING="-m32 -library=stlport4"
-DCMAKE_EXE_LINKER_FLAGS:STRING="-library=stlport4"
-DCMAKE_BUILD_TYPE="Debug|Release"
I have tried various combinations - Debug,