Hi all, 

I need to query an index using a combination of 7 - 8 string terms and a
numeric range (date). 
The numeric range query is the primary filter to reduce the result set and
the 6 - 7 string terms refine the results including an expensive fuzzy
match. 

Approximately 1/2 of the search terms are consistent for a protracted period
of time (including the date filter) making this a good candidate for
something like the cache wrapper. The remainder (including the fuzzy
filters) change for each search request.

What is the best approach to structure a query of this nature? Should I be
combining multiple filters with a single query? 

All help much appreciated.



--
View this message in context: 
http://lucene.472066.n3.nabble.com/Advice-on-query-structure-tp4139187.html
Sent from the Lucene - General mailing list archive at Nabble.com.

Reply via email to