Package org.apache.lucene.search
Class FilterClause
- java.lang.Object
-
- org.apache.lucene.search.FilterClause
-
public final class FilterClause extends Object
A Filter that wrapped with an indication of how that filter is used when composed with another filter. (Follows the boolean logic in BooleanClause for composition of queries.)
-
-
Constructor Summary
Constructors Constructor Description FilterClause(org.apache.lucene.search.Filter filter, org.apache.lucene.search.BooleanClause.Occur occur)Create a new FilterClause
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)org.apache.lucene.search.FiltergetFilter()Returns this FilterClause's filterorg.apache.lucene.search.BooleanClause.OccurgetOccur()Returns this FilterClause's occur parameterinthashCode()StringtoString()
-