| Interface | Description |
|---|---|
| DisableGraphAttribute |
This attribute can be used to indicate that the
PositionLengthAttribute
should not be taken in account in this TokenStream. |
| DuplicateSequenceAttribute |
Provides statistics useful for detecting duplicate sections of text
|
| Class | Description |
|---|---|
| DeDuplicatingTokenFilter |
Inspects token streams for duplicate sequences of tokens.
|
| DisableGraphAttributeImpl |
Default implementation of
DisableGraphAttribute. |
| DuplicateByteSequenceSpotter |
A Trie structure for analysing byte streams for duplicate sequences.
|
| DuplicateSequenceAttributeImpl |