Uses of Package
org.apache.lucene.queryParser.core

Packages that use org.apache.lucene.queryParser.core
org.apache.lucene.queryParser.core Contains the core classes of the flexible query parser framework 
org.apache.lucene.queryParser.core.builders Contains the necessary classes to implement query builders 
org.apache.lucene.queryParser.core.nodes Contains query nodes that are commonly used by query parser implementations 
org.apache.lucene.queryParser.core.parser Contains the necessary interfaces to implement text parsers 
org.apache.lucene.queryParser.core.processors Interfaces and implementations used by query node processors 
org.apache.lucene.queryParser.standard Contains the implementation of the Lucene query parser using the flexible query parser frameworks 
org.apache.lucene.queryParser.standard.builders Standard Lucene Query Node Builders 
org.apache.lucene.queryParser.standard.parser Lucene Query Parser 
org.apache.lucene.queryParser.standard.processors Lucene Query Node Processors 
 

Classes in org.apache.lucene.queryParser.core used by org.apache.lucene.queryParser.core
QueryNodeException
           This exception should be thrown if something wrong happens when dealing with QueryNodes.
 

Classes in org.apache.lucene.queryParser.core used by org.apache.lucene.queryParser.core.builders
QueryNodeException
           This exception should be thrown if something wrong happens when dealing with QueryNodes.
 

Classes in org.apache.lucene.queryParser.core used by org.apache.lucene.queryParser.core.nodes
QueryNodeException
           This exception should be thrown if something wrong happens when dealing with QueryNodes.
 

Classes in org.apache.lucene.queryParser.core used by org.apache.lucene.queryParser.core.parser
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
QueryNodeException
           This exception should be thrown if something wrong happens when dealing with QueryNodes.
 

Classes in org.apache.lucene.queryParser.core used by org.apache.lucene.queryParser.standard
QueryNodeException
           This exception should be thrown if something wrong happens when dealing with QueryNodes.
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
QueryNodeException
           This exception should be thrown if something wrong happens when dealing with QueryNodes.
 

Classes in org.apache.lucene.queryParser.core used by org.apache.lucene.queryParser.standard.parser
QueryNodeException
           This exception should be thrown if something wrong happens when dealing with QueryNodes.
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
QueryNodeException
           This exception should be thrown if something wrong happens when dealing with QueryNodes.
 



Copyright © 2000-2010 Apache Software Foundation. All Rights Reserved.