Interface ITextIndexPrefixes
Namespace: OpenSearch.Client
Assembly: OpenSearch.Client.dll
Syntax
public interface ITextIndexPrefixes
Properties
| Edit this page View SourceMaxCharacters
Declaration
[DataMember(Name = "max_chars")]
int? MaxCharacters { get; set; }
Property Value
Type | Description |
---|---|
int? |
MinCharacters
Declaration
[DataMember(Name = "min_chars")]
int? MinCharacters { get; set; }
Property Value
Type | Description |
---|---|
int? |