Interface IMappingCharFilter
A char filter of type mapping replacing characters of an analyzed text with given mapping.
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
|
Edit this page
View Source
MappingsPath
Declaration
[DataMember(Name = "mappings_path")]
string MappingsPath { get; set; }
Property Value
Extension Methods