Package org.apache.lucene.analysis.core
-
Class Summary Class Description FlattenGraphFilter Converts an incoming graph token stream, such as one fromSynonymGraphFilter, into a flat form so that all nodes form a single linear chain with no side paths.KeywordAnalyzer "Tokenizes" the entire stream as a single token.KeywordTokenizer Emits the entire input as a single token.LetterTokenizer A LetterTokenizer is a tokenizer that divides text at non-letters.SimpleAnalyzer StopAnalyzer WhitespaceAnalyzer An Analyzer that usesWhitespaceTokenizer.WhitespaceTokenizer A tokenizer that divides text at whitespace characters as defined byCharacter.isWhitespace(int).