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
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