Search Results for

    Show / Hide Table of Contents

    Interface IKeepWordsTokenFilter

    A token filter of type keep that only keeps tokens with text contained in a predefined set of words.

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

    Properties

    | Edit this page View Source

    KeepWords

    A list of words to keep.

    Declaration
    [DataMember(Name = "keep_words")]
    IEnumerable<string> KeepWords { get; set; }
    Property Value
    Type Description
    IEnumerable<string>
    | Edit this page View Source

    KeepWordsCase

    A boolean indicating whether to lower case the words.

    Declaration
    [DataMember(Name = "keep_words_case")]
    bool? KeepWordsCase { get; set; }
    Property Value
    Type Description
    bool?
    | Edit this page View Source

    KeepWordsPath

    A path to a words file.

    Declaration
    [DataMember(Name = "keep_words_path")]
    string KeepWordsPath { get; set; }
    Property Value
    Type Description
    string

    Extension Methods

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