Package | Description |
---|---|
org.apache.lucene.search |
Code to search indices.
|
Modifier and Type | Method and Description |
---|---|
BooleanClause[] |
BooleanQuery.getClauses()
Returns the set of clauses in this query.
|
Modifier and Type | Method and Description |
---|---|
List<BooleanClause> |
BooleanQuery.clauses()
Returns the list of clauses in this query.
|
Iterator<BooleanClause> |
BooleanQuery.iterator()
Returns an iterator on the clauses in this query.
|
Modifier and Type | Method and Description |
---|---|
void |
BooleanQuery.add(BooleanClause clause)
Adds a clause to a boolean query.
|
Copyright © 2000-2012 Apache Software Foundation. All Rights Reserved.