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 BooleanQuery |
QueryParser.newBooleanQuery(boolean disableCoord)
Builds a new BooleanQuery instance
|
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.