Uses of Class
com.arangodb.model.MDIndexOptions
Packages that use MDIndexOptions
-
Uses of MDIndexOptions in com.arangodb
Methods in com.arangodb with parameters of type MDIndexOptionsModifier and TypeMethodDescriptionArangoCollection.ensureMDIndex
(Iterable<String> fields, MDIndexOptions options) Creates a multi-dimensional index for the collection, if it does not already exist.ArangoCollectionAsync.ensureMDIndex
(Iterable<String> fields, MDIndexOptions options) Asynchronous version ofArangoCollection.ensureMDIndex(Iterable, MDIndexOptions)