Uses of Interface
org.apache.lucene.queryParser.QueryParserConstants

Packages that use QueryParserConstants
org.apache.lucene.queryParser A simple query parser implemented with JavaCC. 
org.apache.lucene.queryParser.analyzing QueryParser that passes Fuzzy-, Prefix-, Range-, and WildcardQuerys through the given analyzer. 
org.apache.lucene.queryParser.complexPhrase QueryParser which permits complex phrase query syntax eg "(john jon jonathan~) peters*" 
 

Uses of QueryParserConstants in org.apache.lucene.queryParser
 

Classes in org.apache.lucene.queryParser that implement QueryParserConstants
 class MultiFieldQueryParser
          A QueryParser which constructs queries to search multiple fields.
 class QueryParser
          This class is generated by JavaCC.
 class QueryParserTokenManager
          Token Manager.
 

Uses of QueryParserConstants in org.apache.lucene.queryParser.analyzing
 

Classes in org.apache.lucene.queryParser.analyzing that implement QueryParserConstants
 class AnalyzingQueryParser
          Overrides Lucene's default QueryParser so that Fuzzy-, Prefix-, Range-, and WildcardQuerys are also passed through the given analyzer, but wild card characters (like *) don't get removed from the search terms.
 

Uses of QueryParserConstants in org.apache.lucene.queryParser.complexPhrase
 

Classes in org.apache.lucene.queryParser.complexPhrase that implement QueryParserConstants
 class ComplexPhraseQueryParser
          QueryParser which permits complex phrase query syntax eg "(john jon jonathan~) peters*".
 



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