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 | Description |
---|---|---|
QueryNode |
SyntaxParser.parse(CharSequence query,
CharSequence field) |
Modifier and Type | Class | Description |
---|---|---|
class |
ParseException |
This exception is thrown when parse errors are encountered.
|
Modifier and Type | Method | Description |
---|---|---|
QueryNode |
StandardSyntaxParser.parse(CharSequence query,
CharSequence field) |
Parses a query string, returning a
QueryNode . |
Copyright © 2000-2018 Apache Software Foundation. All Rights Reserved.