Package org.apache.lucene.analysis.miscellaneous
-
Interface Summary Interface Description ConcatenateGraphFilter.BytesRefBuilderTermAttribute Attribute providing access to the term builder and UTF-16 conversionDisableGraphAttribute This attribute can be used to indicate that thePositionLengthAttributeshould not be taken in account in thisTokenStream.DuplicateSequenceAttribute Provides statistics useful for detecting duplicate sections of text -
Class Summary Class Description ConcatenateGraphFilter Concatenates/Joins every incoming token with a separator into one output token for every path through the token stream (which is a graph).ConcatenateGraphFilter.BytesRefBuilderTermAttributeImpl Implementation ofConcatenateGraphFilter.BytesRefBuilderTermAttributeDeDuplicatingTokenFilter Inspects token streams for duplicate sequences of tokens.DuplicateByteSequenceSpotter A Trie structure for analysing byte streams for duplicate sequences.KeywordMarkerFilter Marks terms as keywords via theKeywordAttribute.SetKeywordMarkerFilter Marks terms as keywords via theKeywordAttribute.