Annotation Interface FulltextIndexed
Deprecated.
since ArangoDB 3.10, use ArangoSearch or Inverted indexes instead.
Annotation to mark a field to be indexed using ArangoDB's Fulltext index.
- Author:
- Mark Vollmary
-
Optional Element Summary
Optional ElementsModifier and TypeOptional ElementDescriptionint
Deprecated.Minimum character length of words to index.
-
Element Details
-
minLength
int minLengthDeprecated.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.- Default:
- -1
-