Search Results for

    Show / Hide Table of Contents

    Interface IKeywordTokenizer

    A tokenizer of type keyword that emits the entire input as a single input.

    Inherited Members
    ITokenizer.Type
    ITokenizer.Version
    Namespace: OpenSearch.Client
    Assembly: OpenSearch.Client.dll
    Syntax
    public interface IKeywordTokenizer : ITokenizer

    Properties

    | Edit this page View Source

    BufferSize

    The term buffer size. Defaults to 256.

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

    Extension Methods

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