Interface IMultiplexerTokenFilter
A token filter of type multiplexer will emit multiple tokens at the same position, each version of the token having
been run through a different filter. Identical output tokens at the same position will be removed.
Assembly: OpenSearch.Client.dll
Syntax
public interface IMultiplexerTokenFilter : ITokenFilter
Properties
|
Edit this page
View Source
Filters
Declaration
[DataMember(Name = "filters")]
IEnumerable<string> Filters { get; set; }
Property Value
|
Edit this page
View Source
PreserveOriginal
Declaration
[DataMember(Name = "preserve_original")]
bool? PreserveOriginal { get; set; }
Property Value
Extension Methods