Class RemoveDuplicatesTokenFilter

All Implemented Interfaces:
Closeable, AutoCloseable, Unwrappable<TokenStream>

public final class RemoveDuplicatesTokenFilter extends TokenFilter
A TokenFilter which filters out Tokens at the same position and Term text as the previous token in the stream.