Uses of Package
org.apache.lucene.queryParser.core
-
Packages that use org.apache.lucene.queryParser.core Package Description org.apache.lucene.queryParser.core Contains the core classes of the flexible query parser frameworkorg.apache.lucene.queryParser.core.builders Contains the necessary classes to implement query buildersorg.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.core.processors Interfaces and implementations used by query node processorsorg.apache.lucene.queryParser.precedence This package contains the Precedence Query Parser Implementationorg.apache.lucene.queryParser.precedence.processors This package contains the processors used by Precedence Query Parserorg.apache.lucene.queryParser.standard Contains the implementation of the Lucene query parser using the flexible query parser frameworksorg.apache.lucene.queryParser.standard.builders Standard Lucene Query Node Buildersorg.apache.lucene.queryParser.standard.nodes Standard Lucene Query Nodesorg.apache.lucene.queryParser.standard.parser Lucene Query Parserorg.apache.lucene.queryParser.standard.processors Lucene Query Node Processors -
Classes in org.apache.lucene.queryParser.core used by org.apache.lucene.queryParser.core Class Description QueryNodeException This exception should be thrown if something wrong happens when dealing withQueryNode
s. -
Classes in org.apache.lucene.queryParser.core used by org.apache.lucene.queryParser.core.builders Class Description QueryNodeException This exception should be thrown if something wrong happens when dealing withQueryNode
s. -
Classes in org.apache.lucene.queryParser.core used by org.apache.lucene.queryParser.core.nodes Class Description QueryNodeException This exception should be thrown if something wrong happens when dealing withQueryNode
s. -
Classes in org.apache.lucene.queryParser.core used by org.apache.lucene.queryParser.core.parser Class Description QueryNodeParseException This should be thrown when an exception happens during the query parsing from string to the query node tree. -
Classes in org.apache.lucene.queryParser.core used by org.apache.lucene.queryParser.core.processors Class Description QueryNodeException This exception should be thrown if something wrong happens when dealing withQueryNode
s. -
Classes in org.apache.lucene.queryParser.core used by org.apache.lucene.queryParser.precedence Class Description QueryParserHelper This class is a helper for the query parser framework, it does all the three query parser phrases at once: text parsing, query processing and query building. -
Classes in org.apache.lucene.queryParser.core used by org.apache.lucene.queryParser.precedence.processors Class Description QueryNodeException This exception should be thrown if something wrong happens when dealing withQueryNode
s. -
Classes in org.apache.lucene.queryParser.core used by org.apache.lucene.queryParser.standard Class Description QueryNodeException This exception should be thrown if something wrong happens when dealing withQueryNode
s.QueryParserHelper This class is a helper for the query parser framework, it does all the three query parser phrases at once: text parsing, query processing and query building. -
Classes in org.apache.lucene.queryParser.core used by org.apache.lucene.queryParser.standard.builders Class Description QueryNodeException This exception should be thrown if something wrong happens when dealing withQueryNode
s. -
Classes in org.apache.lucene.queryParser.core used by org.apache.lucene.queryParser.standard.nodes Class Description QueryNodeException This exception should be thrown if something wrong happens when dealing withQueryNode
s. -
Classes in org.apache.lucene.queryParser.core used by org.apache.lucene.queryParser.standard.parser Class Description QueryNodeException This exception should be thrown if something wrong happens when dealing withQueryNode
s.QueryNodeParseException This should be thrown when an exception happens during the query parsing from string to the query node tree. -
Classes in org.apache.lucene.queryParser.core used by org.apache.lucene.queryParser.standard.processors Class Description QueryNodeException This exception should be thrown if something wrong happens when dealing withQueryNode
s.