Search Results for

    Show / Hide Table of Contents

    Interface ISnowballAnalyzer

    An analyzer of type snowball that uses the standard tokenizer, with standard filter, lowercase filter, stop filter, and snowball filter.

    The Snowball Analyzer is a stemming analyzer from Lucene that is originally based on the snowball project from snowball.tartarus.org.

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

    Properties

    | Edit this page View Source

    Language

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

    StopWords

    Declaration
    [DataMember(Name = "stopwords")]
    StopWords StopWords { get; set; }
    Property Value
    Type Description
    StopWords

    Extension Methods

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