FilterClausepublic class FilterClause extends Object implements SerializableA 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.) |
Fields Summary |
---|
org.apache.lucene.search.BooleanClause.Occur | occur | Filter | filter |
|