Package org.apache.lucene.queryparser.analyzing

QueryParser that passes Fuzzy-, Prefix-, Range-, and WildcardQuerys through the given analyzer.

See:
          Description

Class Summary
AnalyzingQueryParser Overrides Lucene's default QueryParser so that Fuzzy-, Prefix-, Range-, and WildcardQuerys are also passed through the given analyzer, but wildcard characters * and ? don't get removed from the search terms.
 

Package org.apache.lucene.queryparser.analyzing Description

QueryParser that passes Fuzzy-, Prefix-, Range-, and WildcardQuerys through the given analyzer.



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