I have a query that seems to be running much slower when i try to filter it.
the field is of type pdate (solr.DateField) and the filter is for example
timestamp:[2010-01-01T00:00:00Z TO NOW] (to look only for documents since
Jan 1st.
if i don't use the filter, the query returns pretty fast, but adding the
filter (either as a filter or as part of the query itself) slows the query a
lot.

any idea anyone???
thanks for the help
-- 
View this message in context: 
http://lucene.472066.n3.nabble.com/filter-query-on-timestamp-slowing-query-tp977280p977280.html
Sent from the Solr - User mailing list archive at Nabble.com.

Reply via email to