Uses of Package
org.apache.lucene.queryparser.flexible.core.config

Packages that use org.apache.lucene.queryparser.flexible.core.config
org.apache.lucene.queryparser.flexible.core Core classes of the flexible query parser framework. 
org.apache.lucene.queryparser.flexible.core.config Base classes used to configure the query processing. 
org.apache.lucene.queryparser.flexible.core.processors Interfaces and implementations used by query node processors 
org.apache.lucene.queryparser.flexible.precedence.processors Processors used by Precedence Query Parser 
org.apache.lucene.queryparser.flexible.standard.config Standard Lucene Query Configuration. 
org.apache.lucene.queryparser.flexible.standard.processors Lucene Query Node Processors. 
 

Classes in org.apache.lucene.queryparser.flexible.core.config used by org.apache.lucene.queryparser.flexible.core
QueryConfigHandler
          This class can be used to hold any query configuration and no field configuration.
 

Classes in org.apache.lucene.queryparser.flexible.core.config used by org.apache.lucene.queryparser.flexible.core.config
AbstractQueryConfig
           This class is the base of QueryConfigHandler and FieldConfig.
ConfigurationKey
          An instance of this class represents a key that is used to retrieve a value from AbstractQueryConfig.
FieldConfig
          This class represents a field configuration.
FieldConfigListener
          This interface should be implemented by classes that wants to listen for field configuration requests.
 

Classes in org.apache.lucene.queryparser.flexible.core.config used by org.apache.lucene.queryparser.flexible.core.processors
QueryConfigHandler
          This class can be used to hold any query configuration and no field configuration.
 

Classes in org.apache.lucene.queryparser.flexible.core.config used by org.apache.lucene.queryparser.flexible.precedence.processors
QueryConfigHandler
          This class can be used to hold any query configuration and no field configuration.
 

Classes in org.apache.lucene.queryparser.flexible.core.config used by org.apache.lucene.queryparser.flexible.standard.config
AbstractQueryConfig
           This class is the base of QueryConfigHandler and FieldConfig.
ConfigurationKey
          An instance of this class represents a key that is used to retrieve a value from AbstractQueryConfig.
FieldConfig
          This class represents a field configuration.
FieldConfigListener
          This interface should be implemented by classes that wants to listen for field configuration requests.
QueryConfigHandler
          This class can be used to hold any query configuration and no field configuration.
 

Classes in org.apache.lucene.queryparser.flexible.core.config used by org.apache.lucene.queryparser.flexible.standard.processors
QueryConfigHandler
          This class can be used to hold any query configuration and no field configuration.
 



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