org.apache.lucene.search
public class QueryFilter extends CachingWrapperFilter
Deprecated: use a CachingWrapperFilter with QueryWrapperFilter
Constrains search results to only match those which also match a provided query. Results are cached, so that searches after the first on the same index using this filter are much faster.Version: $Id: QueryFilter.java 528298 2007-04-13 00:59:28Z hossman $
Constructor Summary | |
---|---|
QueryFilter(Query query) Constructs a filter which only matches documents matching
query . |
Method Summary | |
---|---|
boolean | equals(Object o) |
int | hashCode() |
query
.