|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.lucene.search.Filter
org.apache.lucene.search.CachingWrapperFilter
org.apache.lucene.search.QueryFilter
public class QueryFilter
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.
Nested Class Summary |
---|
Nested classes/interfaces inherited from class org.apache.lucene.search.CachingWrapperFilter |
---|
CachingWrapperFilter.DeletesMode |
Field Summary |
---|
Fields inherited from class org.apache.lucene.search.CachingWrapperFilter |
---|
cache, filter |
Constructor Summary | |
---|---|
QueryFilter(Query query)
Deprecated. Constructs a filter which only matches documents matching query . |
Method Summary | |
---|---|
boolean |
equals(java.lang.Object o)
Deprecated. |
int |
hashCode()
Deprecated. |
Methods inherited from class org.apache.lucene.search.CachingWrapperFilter |
---|
bits, docIdSetToCache, getDocIdSet, toString |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public QueryFilter(Query query)
query
.
Method Detail |
---|
public boolean equals(java.lang.Object o)
equals
in class CachingWrapperFilter
public int hashCode()
hashCode
in class CachingWrapperFilter
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |