Search Results for

    Show / Hide Table of Contents

    Interface IStopAnalyzer

    An analyzer of type stop that is built using a Lower Case Tokenizer, with Stop Token Filter.

    Inherited Members
    IAnalyzer.Type
    IAnalyzer.Version
    Namespace: OpenSearch.Client
    Assembly: OpenSearch.Client.dll
    Syntax
    public interface IStopAnalyzer : IAnalyzer

    Properties

    | Edit this page View Source

    StopWords

    A list of stopword to initialize the stop filter with. Defaults to the english stop words.

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

    StopwordsPath

    A path (either relative to config location, or absolute) to a stopwords file configuration.

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

    Extension Methods

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