Class TruncateTokenFilter
Inherited Members
Namespace: OpenSearch.Client
Assembly: OpenSearch.Client.dll
Syntax
public class TruncateTokenFilter : TokenFilterBase, ITruncateTokenFilter, ITokenFilter
Constructors
| Edit this page View SourceTruncateTokenFilter()
Declaration
public TruncateTokenFilter()
Properties
| Edit this page View SourceLength
length parameter which control the number of characters to truncate to, defaults to 10.
Declaration
public int? Length { get; set; }
Property Value
Type | Description |
---|---|
int? |