| Package | Description |
|---|---|
| org.apache.lucene.search |
Code to search indices.
|
| Modifier and Type | Method and Description |
|---|---|
List<BooleanClause> |
BooleanQuery.clauses()
Return a list of the clauses of this
BooleanQuery. |
List<BooleanClause> |
IndriQuery.getClauses() |
Iterator<BooleanClause> |
BooleanQuery.iterator()
Returns an iterator on the clauses in this query.
|
Iterator<BooleanClause> |
IndriQuery.iterator() |
| Modifier and Type | Method and Description |
|---|---|
BooleanQuery.Builder |
BooleanQuery.Builder.add(BooleanClause clause)
Add a new clause to this
BooleanQuery.Builder. |
| Constructor and Description |
|---|
IndriAndQuery(List<BooleanClause> clauses) |
IndriQuery(List<BooleanClause> clauses) |
Copyright © 2000-2021 Apache Software Foundation. All Rights Reserved.