Uses of Class
org.apache.lucene.search.FilterClause
-
Packages that use FilterClause Package Description org.apache.lucene.search Code to search indices. -
-
Uses of FilterClause in org.apache.lucene.search
Methods in org.apache.lucene.search that return types with arguments of type FilterClause Modifier and Type Method Description List<FilterClause>
BooleanFilter. clauses()
Returns the list of clausesIterator<FilterClause>
BooleanFilter. iterator()
Returns an iterator on the clauses in this query.Methods in org.apache.lucene.search with parameters of type FilterClause Modifier and Type Method Description void
BooleanFilter. add(FilterClause filterClause)
Adds a new FilterClause to the Boolean Filter container
-