Search Results for

    Show / Hide Table of Contents

    Class KeepWordsTokenFilter

    Inheritance
    object
    TokenFilterBase
    KeepWordsTokenFilter
    Implements
    IKeepWordsTokenFilter
    ITokenFilter
    Inherited Members
    TokenFilterBase.Type
    TokenFilterBase.Version
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: OpenSearch.Client
    Assembly: OpenSearch.Client.dll
    Syntax
    public class KeepWordsTokenFilter : TokenFilterBase, IKeepWordsTokenFilter, ITokenFilter

    Constructors

    | Edit this page View Source

    KeepWordsTokenFilter()

    Declaration
    public KeepWordsTokenFilter()

    Properties

    | Edit this page View Source

    KeepWords

    A list of words to keep.

    Declaration
    public 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
    public bool? KeepWordsCase { get; set; }
    Property Value
    Type Description
    bool?
    | Edit this page View Source

    KeepWordsPath

    A path to a words file.

    Declaration
    public string KeepWordsPath { get; set; }
    Property Value
    Type Description
    string

    Implements

    IKeepWordsTokenFilter
    ITokenFilter

    Extension Methods

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