AbstractTokenFilterFactory, HunspellTokenFilterFactory, ShingleTokenFilterFactory, ShingleTokenFilterFactory.Factory, SoraniNormalizationFilterFactory, StandardTokenFilterFactory, StopTokenFilterFactory, SynonymGraphTokenFilterFactory, SynonymGraphTokenFilterFactory.Factory, SynonymTokenFilterFactory, SynonymTokenFilterFactory.Factorypublic interface TokenFilterFactory
| Modifier and Type | Method | Description |
|---|---|---|
default boolean |
breaksFastVectorHighlighter() |
Does this analyzer mess up the
OffsetAttributes in such as way as to break the
FastVectorHighlighter? If this is true then the
FastVectorHighlighter will attempt to work around the broken offsets. |
org.apache.lucene.analysis.TokenStream |
create(org.apache.lucene.analysis.TokenStream tokenStream) |
|
java.lang.String |
name() |
java.lang.String name()
org.apache.lucene.analysis.TokenStream create(org.apache.lucene.analysis.TokenStream tokenStream)
default boolean breaksFastVectorHighlighter()
OffsetAttributes in such as way as to break the
FastVectorHighlighter? If this is true then the
FastVectorHighlighter will attempt to work around the broken offsets.