| 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(java.lang.CharSequence query,
java.lang.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(java.lang.CharSequence query,
java.lang.CharSequence field)
Parses a query string, returning a
QueryNode. |
Copyright © 2000–2025 The Apache Software Foundation. All rights reserved.