-
Classes Class Description com.arangodb.model.FulltextIndexOptions since ArangoDB 3.10, use ArangoSearch or Inverted indexes instead.
-
Methods Method Description com.arangodb.ArangoCollection.ensureFulltextIndex(Iterable<String>, FulltextIndexOptions) since ArangoDB 3.10, use ArangoSearch or Inverted indexes instead.com.arangodb.model.OptionsBuilder.build(FulltextIndexOptions, Iterable<String>)
-
Enum Constants Enum Constant Description com.arangodb.entity.arangosearch.ConsolidationType.BYTES_ACCUM The “bytes_accum” policy type is deprecated and remains in ArangoSearch for backwards compatibility with the older versions. Please make sure to always use the “tier” policy instead.com.arangodb.entity.IndexType.fulltext since ArangoDB 3.10, use ArangoSearch or Inverted indexes instead.