| Package | Description |
|---|---|
| org.apache.lucene.queryParser.core.parser |
Contains the necessary interfaces to implement text parsers
|
| org.apache.lucene.queryParser.standard.parser |
Lucene Query Parser
|
| Modifier and Type | Method and Description |
|---|---|
QueryNode |
SyntaxParser.parse(CharSequence query,
CharSequence field) |
| Modifier and Type | Class and Description |
|---|---|
class |
ParseException
This exception is thrown when parse errors are encountered.
|
| Modifier and Type | Method and Description |
|---|---|
QueryNode |
StandardSyntaxParser.parse(CharSequence query,
CharSequence field)
Parses a query string, returning a
QueryNode. |
Copyright © 2000-2015 Apache Software Foundation. All Rights Reserved.