| Package | Description |
|---|---|
| org.apache.lucene.queryparser.flexible.core.parser |
Necessary interfaces to implement text parsers.
|
| org.apache.lucene.queryparser.flexible.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-2021 Apache Software Foundation. All Rights Reserved.