Interface ILengthTokenFilter
A token filter of type length that removes words that are too long or too short for the stream.
Namespace: OpenSearch.Client
Assembly: OpenSearch.Client.dll
Syntax
public interface ILengthTokenFilter : ITokenFilter
Properties
| Edit this page View SourceMax
The maximum number. Defaults to Integer.MAX_VALUE.
Declaration
[DataMember(Name = "max")]
int? Max { get; set; }
Property Value
Type | Description |
---|---|
int? |
Min
The minimum number. Defaults to 0.
Declaration
[DataMember(Name = "min")]
int? Min { get; set; }
Property Value
Type | Description |
---|---|
int? |