Search Results for

    Show / Hide Table of Contents

    Class CustomNormalizerDescriptor

    Inheritance
    object
    DescriptorBase<CustomNormalizerDescriptor, ICustomNormalizer>
    NormalizerDescriptorBase<CustomNormalizerDescriptor, ICustomNormalizer>
    CustomNormalizerDescriptor
    Implements
    IDescriptor
    ICustomNormalizer
    INormalizer
    Inherited Members
    NormalizerDescriptorBase<CustomNormalizerDescriptor, ICustomNormalizer>.Type
    NormalizerDescriptorBase<CustomNormalizerDescriptor, ICustomNormalizer>.Version(string)
    DescriptorBase<CustomNormalizerDescriptor, ICustomNormalizer>.Self
    DescriptorBase<CustomNormalizerDescriptor, ICustomNormalizer>.Assign<TValue>(TValue, Action<ICustomNormalizer, 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 CustomNormalizerDescriptor : NormalizerDescriptorBase<CustomNormalizerDescriptor, ICustomNormalizer>, IDescriptor, ICustomNormalizer, INormalizer

    Properties

    | Edit this page View Source

    Type

    Declaration
    protected override string Type { get; }
    Property Value
    Type Description
    string
    Overrides
    NormalizerDescriptorBase<CustomNormalizerDescriptor, ICustomNormalizer>.Type

    Methods

    | Edit this page View Source

    CharFilters(IEnumerable<string>)

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

    CharFilters(params string[])

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

    Filters(IEnumerable<string>)

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

    Filters(params string[])

    Declaration
    public CustomNormalizerDescriptor Filters(params string[] filters)
    Parameters
    Type Name Description
    string[] filters
    Returns
    Type Description
    CustomNormalizerDescriptor

    Implements

    IDescriptor
    ICustomNormalizer
    INormalizer

    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[])
    • Implements
    • Extension Methods
    Back to top Generated by DocFX