|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use FilterClause | |
|---|---|
| org.apache.lucene.search | |
| Uses of FilterClause in org.apache.lucene.search |
|---|
| Methods in org.apache.lucene.search that return types with arguments of type FilterClause | |
|---|---|
List<FilterClause> |
BooleanFilter.clauses()
Returns the list of clauses |
Iterator<FilterClause> |
BooleanFilter.iterator()
Returns an iterator on the clauses in this query. |
| Methods in org.apache.lucene.search with parameters of type FilterClause | |
|---|---|
void |
BooleanFilter.add(FilterClause filterClause)
Adds a new FilterClause to the Boolean Filter container |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||