AnalyzingQueryParser.java | Class | 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.
Warning: This class should only be used with analyzers that do not use stopwords
or that add tokens. |