Re: Is there bug in Range searches?

2007-10-22 Thread Ivan Vasilev
10x Hoss for the answer. It is good news that this topic is very rare and clients do not complain about this. I hope our clients will also not complain :) Looking strictly at this I think this leads to a non correct behavior on indexing applications, but as there are no unsatisfied clients

Is there bug in Range searches?

2007-10-21 Thread Ivan Vasilev
Hi Guys, There is something in the Lucene that disturbs me. My question is about sorting. In the queries there are used collator objects that sort the results (in the class FieldSortedHitQueue). But in the indexing process they are not used. As I now all the terms are ordered during the

Re: Is there bug in Range searches?

2007-10-21 Thread Chris Hostetter
: 1. Are Range queries work correctly with all languages for which : there are analyzers? (for example CJK and Thai); Terms when indexed are allways ordered lexigraphically (using Term.compareTo which uses String.compareTo) ... regardless of what field or language they are in, so Range