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

Packages that use org.apache.lucene.queryparser.flexible.core.builders
org.apache.lucene.queryparser.flexible.core Core classes of the flexible query parser framework. 
org.apache.lucene.queryparser.flexible.core.builders Necessary classes to implement query builders. 
org.apache.lucene.queryparser.flexible.standard.builders Standard Lucene Query Node Builders. 
 

Classes in org.apache.lucene.queryparser.flexible.core.builders used by org.apache.lucene.queryparser.flexible.core
QueryBuilder
          This interface is used by implementors classes that builds some kind of object from a query tree.
 

Classes in org.apache.lucene.queryparser.flexible.core.builders used by org.apache.lucene.queryparser.flexible.core.builders
QueryBuilder
          This interface is used by implementors classes that builds some kind of object from a query tree.
 

Classes in org.apache.lucene.queryparser.flexible.core.builders used by org.apache.lucene.queryparser.flexible.standard.builders
QueryBuilder
          This interface is used by implementors classes that builds some kind of object from a query tree.
QueryTreeBuilder
          This class should be used when there is a builder for each type of node.
 



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