Class FingerprintTokenFilter
Inherited Members
Namespace: OpenSearch.Client
Assembly: OpenSearch.Client.dll
Syntax
public class FingerprintTokenFilter : TokenFilterBase, IFingerprintTokenFilter, ITokenFilter
Constructors
| Edit this page View SourceFingerprintTokenFilter()
Declaration
public FingerprintTokenFilter()
Properties
| Edit this page View SourceMaxOutputSize
The maximum token size to emit. Defaults to 255.
Declaration
public int? MaxOutputSize { get; set; }
Property Value
Type | Description |
---|---|
int? |
Separator
The character that separates the tokens after concatenation. Defaults to a space.
Declaration
public string Separator { get; set; }
Property Value
Type | Description |
---|---|
string |