Search Results for

    Show / Hide Table of Contents

    Interface IKeepTypesTokenFilter

    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 IKeepTypesTokenFilter : ITokenFilter

    Properties

    | Edit this page View Source

    Mode

    Whether to include or exclude the types provided on Types

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

    Types

    A list of types to keep.

    Declaration
    [DataMember(Name = "types")]
    IEnumerable<string> Types { get; set; }
    Property Value
    Type Description
    IEnumerable<string>

    Extension Methods

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