Package | Description |
---|---|
org.apache.lucene.queryParser |
A simple query parser implemented with JavaCC.
|
org.apache.lucene.search |
Code to search indices.
|
Modifier and Type | Method and Description |
---|---|
protected BooleanClause |
QueryParser.newBooleanClause(Query q,
BooleanClause.Occur occur)
Builds a new BooleanClause instance
|
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-2014 Apache Software Foundation. All Rights Reserved.