Interface IKeywordTokenizer
A tokenizer of type keyword that emits the entire input as a single input.
Namespace: OpenSearch.Client
Assembly: OpenSearch.Client.dll
Syntax
public interface IKeywordTokenizer : ITokenizer
Properties
| Edit this page View SourceBufferSize
The term buffer size. Defaults to 256.
Declaration
[DataMember(Name = "buffer_size")]
int? BufferSize { get; set; }
Property Value
Type | Description |
---|---|
int? |