Search Results for

    Show / Hide Table of Contents

    Class AnalyzerDescriptorBase<TAnalyzer, TAnalyzerInterface>

    Inheritance
    object
    DescriptorBase<TAnalyzer, TAnalyzerInterface>
    AnalyzerDescriptorBase<TAnalyzer, TAnalyzerInterface>
    CustomAnalyzerDescriptor
    FingerprintAnalyzerDescriptor
    IcuAnalyzerDescriptor
    KeywordAnalyzerDescriptor
    KuromojiAnalyzerDescriptor
    LanguageAnalyzerDescriptor
    NoriAnalyzerDescriptor
    PatternAnalyzerDescriptor
    SimpleAnalyzerDescriptor
    SnowballAnalyzerDescriptor
    StandardAnalyzerDescriptor
    StopAnalyzerDescriptor
    WhitespaceAnalyzerDescriptor
    Implements
    IDescriptor
    IAnalyzer
    Inherited Members
    DescriptorBase<TAnalyzer, TAnalyzerInterface>.Self
    DescriptorBase<TAnalyzer, TAnalyzerInterface>.Assign<TValue>(TValue, Action<TAnalyzerInterface, TValue>)
    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 AnalyzerDescriptorBase<TAnalyzer, TAnalyzerInterface> : DescriptorBase<TAnalyzer, TAnalyzerInterface>, IDescriptor, IAnalyzer where TAnalyzer : AnalyzerDescriptorBase<TAnalyzer, TAnalyzerInterface>, TAnalyzerInterface where TAnalyzerInterface : class, IAnalyzer
    Type Parameters
    Name Description
    TAnalyzer
    TAnalyzerInterface

    Properties

    | Edit this page View Source

    Type

    Declaration
    protected abstract string Type { get; }
    Property Value
    Type Description
    string

    Methods

    | Edit this page View Source

    Version(string)

    Declaration
    public TAnalyzer Version(string version)
    Parameters
    Type Name Description
    string version
    Returns
    Type Description
    TAnalyzer

    Implements

    IDescriptor
    IAnalyzer

    Extension Methods

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