der in which they were indexed.
>
> -
> Uwe Schindler
> H.-H.-Meier-Allee 63, D-28213 Bremen
> http://www.thetaphi.de
> eMail: u...@thetaphi.de
>
>
>> -Original Message-
>> From: Aleksey [mailto:bitterc...@gmail.com]
>> Sent: Tuesday, May 07,
H.-Meier-Allee 63, D-28213 Bremen
http://www.thetaphi.de
eMail: u...@thetaphi.de
> -Original Message-
> From: Aleksey [mailto:bitterc...@gmail.com]
> Sent: Tuesday, May 07, 2013 4:15 AM
> To: java-user@lucene.apache.org
> Subject: TermRangeQuery performance oddness
>
Hi guys,
If I run 2 term range queries:
new TermRangeQuery("title", new BytesRef("A"), null, true, true);
and
new TermRangeQuery("title", new BytesRef("Z"), null, true, true);
The one that starts with "Z" is several times faster (I make 1000
queries in a loop to measure). I understand that the f