Uses of Package
org.apache.lucene.queryParser.core.parser
-
Packages that use org.apache.lucene.queryParser.core.parser Package Description org.apache.lucene.queryParser.core Contains the core classes of the flexible query parser frameworkorg.apache.lucene.queryParser.core.nodes Contains query nodes that are commonly used by query parser implementationsorg.apache.lucene.queryParser.core.parser Contains the necessary interfaces to implement text parsersorg.apache.lucene.queryParser.standard.nodes Standard Lucene Query Nodesorg.apache.lucene.queryParser.standard.parser Lucene Query Parser -
Classes in org.apache.lucene.queryParser.core.parser used by org.apache.lucene.queryParser.core Class Description SyntaxParser A parser needs to implementSyntaxParser
interface -
Classes in org.apache.lucene.queryParser.core.parser used by org.apache.lucene.queryParser.core.nodes Class Description EscapeQuerySyntax A parser needs to implementEscapeQuerySyntax
to allow the QueryNode to escape the queries, when the toQueryString method is called. -
Classes in org.apache.lucene.queryParser.core.parser used by org.apache.lucene.queryParser.core.parser Class Description EscapeQuerySyntax.Type -
Classes in org.apache.lucene.queryParser.core.parser used by org.apache.lucene.queryParser.standard.nodes Class Description EscapeQuerySyntax A parser needs to implementEscapeQuerySyntax
to allow the QueryNode to escape the queries, when the toQueryString method is called. -
Classes in org.apache.lucene.queryParser.core.parser used by org.apache.lucene.queryParser.standard.parser Class Description EscapeQuerySyntax A parser needs to implementEscapeQuerySyntax
to allow the QueryNode to escape the queries, when the toQueryString method is called.EscapeQuerySyntax.Type SyntaxParser A parser needs to implementSyntaxParser
interface