Annotation Interface FulltextIndexed


@Retention(RUNTIME) @Target(FIELD) @Deprecated public @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 Elements
    Modifier and Type
    Optional Element
    Description
    int
    Deprecated.
    Minimum character length of words to index.
  • Element Details

    • minLength

      int minLength
      Deprecated.
      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