Class FulltextIndexOptions


@Deprecated public final class FulltextIndexOptions extends IndexOptions<FulltextIndexOptions>
Deprecated.
since ArangoDB 3.10, use ArangoSearch or Inverted indexes instead.
Author:
Mark Vollmary
  • Constructor Details

    • FulltextIndexOptions

      public FulltextIndexOptions()
      Deprecated.
  • Method Details

    • getFields

      public Iterable<String> getFields()
      Deprecated.
    • getType

      public IndexType getType()
      Deprecated.
    • getMinLength

      public Integer getMinLength()
      Deprecated.
    • minLength

      public FulltextIndexOptions minLength(Integer minLength)
      Deprecated.
      Parameters:
      minLength - 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.
      Returns:
      options