| Package | Description |
|---|---|
| org.apache.lucene.search |
Code to search indices.
|
| Modifier and Type | Method and Description |
|---|---|
BooleanClause[] |
BooleanQuery.getClauses()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
List<BooleanClause> |
BooleanQuery.clauses()
Return a list of the clauses of this
BooleanQuery. |
Iterator<BooleanClause> |
BooleanQuery.iterator()
Returns an iterator on the clauses in this query.
|
| Modifier and Type | Method and Description |
|---|---|
void |
BooleanQuery.add(BooleanClause clause)
Deprecated.
Boolean queries should be created once with
BooleanQuery.Builder
and then considered immutable. See BooleanQuery.Builder.add(org.apache.lucene.search.BooleanClause). |
BooleanQuery.Builder |
BooleanQuery.Builder.add(BooleanClause clause)
Add a new clause to this
BooleanQuery.Builder. |
Copyright © 2000-2017 Apache Software Foundation. All Rights Reserved.