Search Results for

    Show / Hide Table of Contents

    Class StandardAnalyzer

    Inheritance
    object
    AnalyzerBase
    StandardAnalyzer
    Implements
    IStandardAnalyzer
    IAnalyzer
    Inherited Members
    AnalyzerBase.Type
    AnalyzerBase.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 StandardAnalyzer : AnalyzerBase, IStandardAnalyzer, IAnalyzer

    Constructors

    | Edit this page View Source

    StandardAnalyzer()

    Declaration
    public StandardAnalyzer()

    Properties

    | Edit this page View Source

    MaxTokenLength

    The maximum token length. If a token is seen that exceeds this length then it is discarded. Defaults to 255.

    Declaration
    public int? MaxTokenLength { get; set; }
    Property Value
    Type Description
    int?
    | Edit this page View Source

    StopWords

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

    Declaration
    public StopWords StopWords { get; set; }
    Property Value
    Type Description
    StopWords

    Implements

    IStandardAnalyzer
    IAnalyzer

    Extension Methods

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