-
Classes Class Description com.arangodb.model.EdgeCollectionDropOptions useEdgeCollectionRemoveOptions
insteadcom.arangodb.model.FulltextIndexOptions since ArangoDB 3.10, use ArangoSearch or Inverted indexes instead.com.arangodb.model.VertexCollectionDropOptions useVertexCollectionRemoveOptions
instead
-
Methods Method Description com.arangodb.ArangoCollection.ensureFulltextIndex(Iterable<String>, FulltextIndexOptions) since ArangoDB 3.10, use ArangoSearch or Inverted indexes instead.com.arangodb.ArangoCollectionAsync.ensureFulltextIndex(Iterable<String>, FulltextIndexOptions) com.arangodb.ArangoDB.Builder.asyncExecutor(Executor) for removal. To consume the responses in a custom executor use async CompletableFuture methods.com.arangodb.ArangoEdgeCollection.drop() useArangoEdgeCollection.remove()
insteadcom.arangodb.ArangoEdgeCollectionAsync.drop() useArangoEdgeCollectionAsync.remove()
insteadcom.arangodb.ArangoVertexCollection.drop() useArangoVertexCollection.remove()
insteadcom.arangodb.ArangoVertexCollectionAsync.drop() useArangoVertexCollectionAsync.remove()
insteadcom.arangodb.model.OptionsBuilder.build(FulltextIndexOptions, Iterable<String>)
-
Constructors Constructor Description com.arangodb.ArangoDBException(Throwable) useArangoDBException.of(java.lang.Throwable)
instead
-
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.