Package | Description |
---|---|
org.apache.lucene.search |
Search over indices.
|
Modifier and Type | Method and Description |
---|---|
BooleanClause[] |
BooleanQuery.getClauses()
Returns the set of clauses in this query.
|
Modifier and Type | Method and Description |
---|---|
void |
BooleanQuery.add(BooleanClause clause)
Adds a clause to a boolean query.
|
Copyright © 2000-2013 Apache Software Foundation. All Rights Reserved.