Search Results for

    Show / Hide Table of Contents

    Class AnalyzerBase

    Inheritance
    object
    AnalyzerBase
    CustomAnalyzer
    FingerprintAnalyzer
    IcuAnalyzer
    KeywordAnalyzer
    KuromojiAnalyzer
    LanguageAnalyzer
    NoriAnalyzer
    PatternAnalyzer
    SimpleAnalyzer
    SnowballAnalyzer
    StandardAnalyzer
    StopAnalyzer
    WhitespaceAnalyzer
    Implements
    IAnalyzer
    Inherited Members
    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 abstract class AnalyzerBase : IAnalyzer

    Constructors

    | Edit this page View Source

    AnalyzerBase(string)

    Declaration
    protected AnalyzerBase(string type)
    Parameters
    Type Name Description
    string type

    Properties

    | Edit this page View Source

    Type

    Declaration
    public virtual string Type { get; protected set; }
    Property Value
    Type Description
    string
    | Edit this page View Source

    Version

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

    Implements

    IAnalyzer

    Extension Methods

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