Uses of Package
org.apache.lucene.queryparser.flexible.core.parser
Packages that use org.apache.lucene.queryparser.flexible.core.parser
Package
Description
Core classes of the flexible query parser framework.
Query nodes commonly used by query parser implementations.
Necessary interfaces to implement text parsers.
Standard Lucene Query Nodes.
Lucene Query Parser
-
-
Classes in org.apache.lucene.queryparser.flexible.core.parser used by org.apache.lucene.queryparser.flexible.core.nodesClassDescriptionA parser needs to implement
EscapeQuerySyntax
to allow the QueryNode to escape the queries, when the toQueryString method is called. -
Classes in org.apache.lucene.queryparser.flexible.core.parser used by org.apache.lucene.queryparser.flexible.core.parserClassDescriptionType of escaping: String for escaping syntax, NORMAL for escaping reserved words (like AND) in terms
-
Classes in org.apache.lucene.queryparser.flexible.core.parser used by org.apache.lucene.queryparser.flexible.standard.nodesClassDescriptionA parser needs to implement
EscapeQuerySyntax
to allow the QueryNode to escape the queries, when the toQueryString method is called. -
Classes in org.apache.lucene.queryparser.flexible.core.parser used by org.apache.lucene.queryparser.flexible.standard.parserClassDescriptionA parser needs to implement
EscapeQuerySyntax
to allow the QueryNode to escape the queries, when the toQueryString method is called.Type of escaping: String for escaping syntax, NORMAL for escaping reserved words (like AND) in termsA parser needs to implementSyntaxParser
interface