Click or drag to resize

PostIndexBodyMinLength Property

Supported by indexes of type FullText. Minimum character length of words to index. Will default to a server-defined value if unspecified. It is thus recommended to set this value explicitly when creating the index.

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

Property Value

Type: NullableInt32
See Also