To only retrieve records belonging to a particular "Department", I use this:

myFilter = New QueryWrapperFilter(New TermQuery(New Term("Department", dept)))

How can I include another Term in this filter, such as
Term("JobTitle", jobTitle)?  That is to say, how does one create a
filter with 2 terms?

This is in Lucene 2.3.1.

Bob

Reply via email to