Hello all,

I have a Lucene Index with a field containing a custom built date format
like
20090105223356 for 2009, May, fist 33:33:56 hour.

my Index contains 25000 documents.
I'm using th ..Common_TextNum_CaseInsensitive Analyzer.
A range query takes minutes (at least forces my soap client to timeout)
example:
releasedate:[20090101000000 TO 20090103235959]
to search for data within 3 days.
Every document contains a unique data/time. 

When I search with a java webapp from (Luke from getopt.org)on the same
index I get the result immediately, even If I search for documents from the
years 1955 to 2050, which means all the 25000.
What's wrong here?
Thanks in advance
thorsten
-- 
View this message in context: 
http://old.nabble.com/ZEND_Search_Lucene-Range-Query-tp26299178p26299178.html
Sent from the Zend Framework mailing list archive at Nabble.com.

Reply via email to