| 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. |
Iterator<BooleanClause> |
BooleanQuery.iterator()
Returns an iterator on the clauses in this query.
|
| Modifier and Type | Method and Description |
|---|---|
BooleanQuery.Builder |
BooleanQuery.Builder.add(BooleanClause clause)
Add a new clause to this
BooleanQuery.Builder. |
Copyright © 2000-2018 Apache Software Foundation. All Rights Reserved.