Search Results for

    Show / Hide Table of Contents

    Class MappingCharFilter

    Inheritance
    object
    CharFilterBase
    MappingCharFilter
    Implements
    IMappingCharFilter
    ICharFilter
    Inherited Members
    CharFilterBase.Type
    CharFilterBase.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 MappingCharFilter : CharFilterBase, IMappingCharFilter, ICharFilter

    Constructors

    | Edit this page View Source

    MappingCharFilter()

    Declaration
    public MappingCharFilter()

    Properties

    | Edit this page View Source

    Mappings

    Declaration
    public IEnumerable<string> Mappings { get; set; }
    Property Value
    Type Description
    IEnumerable<string>
    | Edit this page View Source

    MappingsPath

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

    Implements

    IMappingCharFilter
    ICharFilter

    Extension Methods

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