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; }
Public Property MinLength As Integer?
Get
Set
public:
property Nullable<int> MinLength {
Nullable<int> get ();
void set (Nullable<int> value);
}
member MinLength : Nullable<int> with get, set
Property Value
Type:
NullableInt32See Also