Interface IPredicateTokenFilter
The predicate_token_filter token filter takes a predicate script, and removes tokens that do not match the predicate.
Namespace: OpenSearch.Client
Assembly: OpenSearch.Client.dll
Syntax
public interface IPredicateTokenFilter : ITokenFilter
Properties
| Edit this page View SourceScript
a predicate script that determines whether or not the current token will be emitted. Note that only inline scripts are supported.
Declaration
[DataMember(Name = "script")]
IScript Script { get; set; }
Property Value
Type | Description |
---|---|
IScript |