Class PredicateTokenFilter
Inherited Members
Namespace: OpenSearch.Client
Assembly: OpenSearch.Client.dll
Syntax
public class PredicateTokenFilter : TokenFilterBase, IPredicateTokenFilter, ITokenFilter
Constructors
| Edit this page View SourcePredicateTokenFilter()
Declaration
public PredicateTokenFilter()
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
public IScript Script { get; set; }
Property Value
Type | Description |
---|---|
IScript |