FingerprintFilter

constructor(input: TokenStream)

Create a new FingerprintFilter with default settings


constructor(input: TokenStream, maxOutputTokenSize: Int, separator: Char)

Create a new FingerprintFilter with control over all settings

Parameters

input

the source of tokens to be summarized into a single token

maxOutputTokenSize

the maximum length of the summarized output token. If exceeded, no output token is emitted

separator

the character used to separate tokens combined into the single output token