Search Results for

    Show / Hide Table of Contents

    Interface IMappingCharFilter

    A char filter of type mapping replacing characters of an analyzed text with given mapping.

    Inherited Members
    ICharFilter.Type
    ICharFilter.Version
    Namespace: OpenSearch.Client
    Assembly: OpenSearch.Client.dll
    Syntax
    public interface IMappingCharFilter : ICharFilter

    Properties

    | Edit this page View Source

    Mappings

    Declaration
    [DataMember(Name = "mappings")]
    IEnumerable<string> Mappings { get; set; }
    Property Value
    Type Description
    IEnumerable<string>
    | Edit this page View Source

    MappingsPath

    Declaration
    [DataMember(Name = "mappings_path")]
    string MappingsPath { get; set; }
    Property Value
    Type Description
    string

    Extension Methods

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