| Package | Description |
|---|---|
| org.apache.lucene.queryParser |
A simple query parser implemented with JavaCC.
|
| org.apache.lucene.queryParser.standard.builders |
Standard Lucene Query Node Builders
|
| org.apache.lucene.search |
Code to search indices.
|
| Modifier and Type | Method and Description |
|---|---|
protected BooleanQuery |
QueryParser.newBooleanQuery(boolean disableCoord)
Builds a new BooleanQuery instance
|
| Modifier and Type | Method and Description |
|---|---|
BooleanQuery |
MatchNoDocsQueryNodeBuilder.build(QueryNode queryNode) |
BooleanQuery |
AnyQueryNodeBuilder.build(QueryNode queryNode) |
BooleanQuery |
StandardBooleanQueryNodeBuilder.build(QueryNode queryNode) |
BooleanQuery |
BooleanQueryNodeBuilder.build(QueryNode queryNode) |
| Modifier and Type | Method and Description |
|---|---|
static Query |
Query.mergeBooleanQueries(BooleanQuery[] queries)
Expert: merges the clauses of a set of BooleanQuery's into a single
BooleanQuery.
|
Copyright © 2000-2012 Apache Software Foundation. All Rights Reserved.