Uses of Package
org.apache.lucene.queryparser.flexible.standard

Packages that use org.apache.lucene.queryparser.flexible.standard
org.apache.lucene.queryparser.analyzing QueryParser that passes Fuzzy-, Prefix-, Range-, and WildcardQuerys through the given analyzer. 
org.apache.lucene.queryparser.classic A simple query parser implemented with JavaCC. 
org.apache.lucene.queryparser.complexPhrase QueryParser which permits complex phrase query syntax eg "(john jon jonathan~) peters*" 
org.apache.lucene.queryparser.ext Extendable QueryParser provides a simple and flexible extension mechanism by overloading query field names. 
org.apache.lucene.queryparser.flexible.precedence Precedence Query Parser Implementation 
org.apache.lucene.queryparser.flexible.standard Implementation of the Lucene classic query parser using the flexible query parser frameworks 
 

Classes in org.apache.lucene.queryparser.flexible.standard used by org.apache.lucene.queryparser.analyzing
CommonQueryParserConfiguration
          Configuration options common across queryparser implementations.
 

Classes in org.apache.lucene.queryparser.flexible.standard used by org.apache.lucene.queryparser.classic
CommonQueryParserConfiguration
          Configuration options common across queryparser implementations.
 

Classes in org.apache.lucene.queryparser.flexible.standard used by org.apache.lucene.queryparser.complexPhrase
CommonQueryParserConfiguration
          Configuration options common across queryparser implementations.
 

Classes in org.apache.lucene.queryparser.flexible.standard used by org.apache.lucene.queryparser.ext
CommonQueryParserConfiguration
          Configuration options common across queryparser implementations.
 

Classes in org.apache.lucene.queryparser.flexible.standard used by org.apache.lucene.queryparser.flexible.precedence
CommonQueryParserConfiguration
          Configuration options common across queryparser implementations.
StandardQueryParser
           This class is a helper that enables users to easily use the Lucene query parser.
 

Classes in org.apache.lucene.queryparser.flexible.standard used by org.apache.lucene.queryparser.flexible.standard
CommonQueryParserConfiguration
          Configuration options common across queryparser implementations.
 



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