Search Results for

    Show / Hide Table of Contents

    Class CustomAnalyzerDescriptor

    Inheritance
    object
    DescriptorBase<CustomAnalyzerDescriptor, ICustomAnalyzer>
    AnalyzerDescriptorBase<CustomAnalyzerDescriptor, ICustomAnalyzer>
    CustomAnalyzerDescriptor
    Implements
    IDescriptor
    ICustomAnalyzer
    IAnalyzer
    Inherited Members
    AnalyzerDescriptorBase<CustomAnalyzerDescriptor, ICustomAnalyzer>.Type
    AnalyzerDescriptorBase<CustomAnalyzerDescriptor, ICustomAnalyzer>.Version(string)
    DescriptorBase<CustomAnalyzerDescriptor, ICustomAnalyzer>.Self
    DescriptorBase<CustomAnalyzerDescriptor, ICustomAnalyzer>.Assign<TValue>(TValue, Action<ICustomAnalyzer, 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 class CustomAnalyzerDescriptor : AnalyzerDescriptorBase<CustomAnalyzerDescriptor, ICustomAnalyzer>, IDescriptor, ICustomAnalyzer, IAnalyzer

    Properties

    | Edit this page View Source

    Type

    Declaration
    protected override string Type { get; }
    Property Value
    Type Description
    string
    Overrides
    AnalyzerDescriptorBase<CustomAnalyzerDescriptor, ICustomAnalyzer>.Type

    Methods

    | Edit this page View Source

    CharFilters(IEnumerable<string>)

    Declaration
    public CustomAnalyzerDescriptor CharFilters(IEnumerable<string> charFilters)
    Parameters
    Type Name Description
    IEnumerable<string> charFilters
    Returns
    Type Description
    CustomAnalyzerDescriptor
    | Edit this page View Source

    CharFilters(params string[])

    Declaration
    public CustomAnalyzerDescriptor CharFilters(params string[] charFilters)
    Parameters
    Type Name Description
    string[] charFilters
    Returns
    Type Description
    CustomAnalyzerDescriptor
    | Edit this page View Source

    Filters(IEnumerable<string>)

    Declaration
    public CustomAnalyzerDescriptor Filters(IEnumerable<string> filters)
    Parameters
    Type Name Description
    IEnumerable<string> filters
    Returns
    Type Description
    CustomAnalyzerDescriptor
    | Edit this page View Source

    Filters(params string[])

    Declaration
    public CustomAnalyzerDescriptor Filters(params string[] filters)
    Parameters
    Type Name Description
    string[] filters
    Returns
    Type Description
    CustomAnalyzerDescriptor
    | Edit this page View Source

    PositionIncrementGap(int?)

    Declaration
    public CustomAnalyzerDescriptor PositionIncrementGap(int? positionIncrementGap)
    Parameters
    Type Name Description
    int? positionIncrementGap
    Returns
    Type Description
    CustomAnalyzerDescriptor
    | Edit this page View Source

    Tokenizer(string)

    Declaration
    public CustomAnalyzerDescriptor Tokenizer(string tokenizer)
    Parameters
    Type Name Description
    string tokenizer
    Returns
    Type Description
    CustomAnalyzerDescriptor

    Implements

    IDescriptor
    ICustomAnalyzer
    IAnalyzer

    Extension Methods

    SuffixExtensions.Suffix(object, string)
    • Edit this page
    • View Source
    In this article
    • Properties
      • Type
    • Methods
      • CharFilters(IEnumerable<string>)
      • CharFilters(params string[])
      • Filters(IEnumerable<string>)
      • Filters(params string[])
      • PositionIncrementGap(int?)
      • Tokenizer(string)
    • Implements
    • Extension Methods
    Back to top Generated by DocFX