Deprecated API
Contents
-
ClassDescriptionUse
SpanishPluralStemFilter
instead.UseSpanishPluralStemFilterFactory
insteadUseSpanishPluralStemmer
instead.Fix the token filters that create broken offsets in the first place.UseWordDelimiterGraphFilter
instead: it produces a correct token graph so that e.g.PhraseQuery
works correctly when it's used in the search time analyzer.UseWordDelimiterGraphFilterFactory
instead: it produces a correct token graph so that e.g.PhraseQuery
works correctly when it's used in the search time analyzer.UseSynonymGraphFilter
instead, but be sure to also useFlattenGraphFilter
at index time (not at search time) as well.UseSynonymGraphFilterFactory
instead, but be sure to also useFlattenGraphFilterFactory
at index time (not at search time) as well.