Re: Limiting search results by a collection of terms

2007-06-29 Thread Mark Miller
You do want to use a QueryFilter. The method you suggest sounds good. Make a field called group with a term for each group it belongs to, a field called user with the users it belongs to etc. QueryFilter will take a query, i.e. group:managers Pass the Filter to the search method on your Search

Limiting search results by a collection of terms

2007-06-29 Thread rengelhardt
I’m currently a bit confused on how to accomplish limiting my search results in Lucene (v1.4.3 can’t easily upgrade for this project). Hopefully someone can help point me in the correct direction. Essentially my application is comprised of several objects, namely User, Group, and Document (conver