Uses of Class
com.arangodb.entity.IndexEntity
Packages that use IndexEntity
-
Uses of IndexEntity in com.arangodb
Methods in com.arangodb that return IndexEntityModifier and TypeMethodDescriptionArangoCollection.ensureFulltextIndex
(Iterable<String> fields, FulltextIndexOptions options) Deprecated.since ArangoDB 3.10, use ArangoSearch or Inverted indexes instead.ArangoCollection.ensureGeoIndex
(Iterable<String> fields, GeoIndexOptions options) Creates a geo-spatial index for the collection, if it does not already exist.ArangoCollection.ensureMDIndex
(Iterable<String> fields, MDIndexOptions options) Creates a multi-dimensional index for the collection, if it does not already exist.ArangoCollection.ensureMDPrefixedIndex
(Iterable<String> fields, MDPrefixedIndexOptions options) Creates a multi-dimensional prefixed index for the collection, if it does not already exist.ArangoCollection.ensurePersistentIndex
(Iterable<String> fields, PersistentIndexOptions options) Creates a persistent index for the collection, if it does not already exist.ArangoCollection.ensureTtlIndex
(Iterable<String> fields, TtlIndexOptions options) Creates a ttl index for the collection, if it does not already exist.ArangoCollection.ensureZKDIndex
(Iterable<String> fields, ZKDIndexOptions options) Deprecated.since ArangoDB 3.12, useArangoCollection.ensureMDIndex(Iterable, MDIndexOptions)
orArangoCollection.ensureMDPrefixedIndex(Iterable, MDPrefixedIndexOptions)
instead.Fetches information about the index with the givenid
and returns it.Returns an indexMethods in com.arangodb that return types with arguments of type IndexEntityModifier and TypeMethodDescriptionArangoCollectionAsync.ensureFulltextIndex
(Iterable<String> fields, FulltextIndexOptions options) Deprecated.ArangoCollectionAsync.ensureGeoIndex
(Iterable<String> fields, GeoIndexOptions options) Asynchronous version ofArangoCollection.ensureGeoIndex(Iterable, GeoIndexOptions)
ArangoCollectionAsync.ensureMDIndex
(Iterable<String> fields, MDIndexOptions options) Asynchronous version ofArangoCollection.ensureMDIndex(Iterable, MDIndexOptions)
ArangoCollectionAsync.ensureMDPrefixedIndex
(Iterable<String> fields, MDPrefixedIndexOptions options) Asynchronous version ofArangoCollection.ensureMDPrefixedIndex(Iterable, MDPrefixedIndexOptions)
ArangoCollectionAsync.ensurePersistentIndex
(Iterable<String> fields, PersistentIndexOptions options) Asynchronous version ofArangoCollection.ensurePersistentIndex(Iterable, PersistentIndexOptions)
ArangoCollectionAsync.ensureTtlIndex
(Iterable<String> fields, TtlIndexOptions options) Asynchronous version ofArangoCollection.ensureTtlIndex(Iterable, TtlIndexOptions)
ArangoCollectionAsync.ensureZKDIndex
(Iterable<String> fields, ZKDIndexOptions options) Deprecated.since ArangoDB 3.12, useArangoCollectionAsync.ensureMDIndex(Iterable, MDIndexOptions)
orArangoCollectionAsync.ensureMDPrefixedIndex(Iterable, MDPrefixedIndexOptions)
instead.Asynchronous version ofArangoCollection.getIndex(String)
Asynchronous version ofArangoDatabase.getIndex(String)
ArangoCollection.getIndexes()
Fetches a list of all indexes on this collection.ArangoCollectionAsync.getIndexes()
Asynchronous version ofArangoCollection.getIndexes()
-
Uses of IndexEntity in com.arangodb.entity
Methods in com.arangodb.entity that return types with arguments of type IndexEntity -
Uses of IndexEntity in com.arangodb.internal
Methods in com.arangodb.internal that return IndexEntityModifier and TypeMethodDescriptionArangoCollectionImpl.ensureFulltextIndex
(Iterable<String> fields, FulltextIndexOptions options) Deprecated.ArangoCollectionImpl.ensureGeoIndex
(Iterable<String> fields, GeoIndexOptions options) ArangoCollectionImpl.ensureMDIndex
(Iterable<String> fields, MDIndexOptions options) ArangoCollectionImpl.ensureMDPrefixedIndex
(Iterable<String> fields, MDPrefixedIndexOptions options) ArangoCollectionImpl.ensurePersistentIndex
(Iterable<String> fields, PersistentIndexOptions options) ArangoCollectionImpl.ensureTtlIndex
(Iterable<String> fields, TtlIndexOptions options) ArangoCollectionImpl.ensureZKDIndex
(Iterable<String> fields, ZKDIndexOptions options) Methods in com.arangodb.internal that return types with arguments of type IndexEntityModifier and TypeMethodDescriptionArangoCollectionAsyncImpl.ensureFulltextIndex
(Iterable<String> fields, FulltextIndexOptions options) Deprecated.ArangoCollectionAsyncImpl.ensureGeoIndex
(Iterable<String> fields, GeoIndexOptions options) ArangoCollectionAsyncImpl.ensureMDIndex
(Iterable<String> fields, MDIndexOptions options) ArangoCollectionAsyncImpl.ensureMDPrefixedIndex
(Iterable<String> fields, MDPrefixedIndexOptions options) ArangoCollectionAsyncImpl.ensurePersistentIndex
(Iterable<String> fields, PersistentIndexOptions options) ArangoCollectionAsyncImpl.ensureTtlIndex
(Iterable<String> fields, TtlIndexOptions options) ArangoCollectionAsyncImpl.ensureZKDIndex
(Iterable<String> fields, ZKDIndexOptions options) ArangoCollectionAsyncImpl.getIndexes()
ArangoCollectionImpl.getIndexes()
protected ArangoExecutor.ResponseDeserializer<Collection<IndexEntity>>
InternalArangoCollection.getIndexesResponseDeserializer()