> 
> Other parameters such as filters, faceting, highlighting, sorting,
> etc, don't normally have any hierarchy.


I regularly mix filters and queries inside Boolean logic. Attempts to structure 
data (e.g. geocoding) don't always achieve 100% coverage and so for better 
recall you must also resort to unstructured text as well. You end up with 
something like this (pseudo code)...

  (text:Windsor OR geoRangeFilter:xxxxx) AND text:pizza
  
  
---------------------------------------------------------------------
To unsubscribe, e-mail: java-user-unsubscr...@lucene.apache.org
For additional commands, e-mail: java-user-h...@lucene.apache.org

Reply via email to