@Deprecated
public final class FullTextAnalyzer
extends org.apache.lucene.analysis.Analyzer
Analyzer
implementation based largely on SimpleAnalyzer
, but
with extensions for handling scientific and OS-type strings.Constructor and Description |
---|
FullTextAnalyzer()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
org.apache.lucene.analysis.TokenStream |
tokenStream(java.lang.String fieldName,
java.io.Reader reader)
Deprecated.
Returns a
FullTextAnalyzer.LowercaseAlphaNumericTokenizer |