Click or drag to resize

IIndexResponseMinLength Property

Supported by indexes of type FullText. Minimum character length of words to index.

Namespace:  ArangoDBNetStandard.IndexApi.Models
Assembly:  ArangoDBNetStandard (in ArangoDBNetStandard.dll) Version: 1.1.0
Syntax
int? MinLength { get; set; }

Property Value

Type: NullableInt32
See Also