Search Results for

    Show / Hide Table of Contents

    Interface ITruncateTokenFilter

    The truncate token filter can be used to truncate tokens into a specific length. This can come in handy with keyword (single token)

    based mapped fields that are used for sorting in order to reduce memory usage.

    Inherited Members
    ITokenFilter.Type
    ITokenFilter.Version
    Namespace: OpenSearch.Client
    Assembly: OpenSearch.Client.dll
    Syntax
    public interface ITruncateTokenFilter : ITokenFilter

    Properties

    | Edit this page View Source

    Length

    length parameter which control the number of characters to truncate to, defaults to 10.

    Declaration
    [DataMember(Name = "length")]
    int? Length { get; set; }
    Property Value
    Type Description
    int?

    Extension Methods

    SuffixExtensions.Suffix(object, string)
    • Edit this page
    • View Source
    In this article
    • Properties
      • Length
    • Extension Methods
    Back to top Generated by DocFX