Class PatternCaptureTokenFilter
Inherited Members
Namespace: OpenSearch.Client
Assembly: OpenSearch.Client.dll
Syntax
public class PatternCaptureTokenFilter : TokenFilterBase, IPatternCaptureTokenFilter, ITokenFilter
Constructors
| Edit this page View SourcePatternCaptureTokenFilter()
Declaration
public PatternCaptureTokenFilter()
Properties
| Edit this page View SourcePatterns
The regular expression patterns to capture
Declaration
public IEnumerable<string> Patterns { get; set; }
Property Value
Type | Description |
---|---|
IEnumerable<string> |
PreserveOriginal
If preserve_original is set to true then it would also emit the original token
Declaration
public bool? PreserveOriginal { get; set; }
Property Value
Type | Description |
---|---|
bool? |