Uses of Class
com.arangodb.entity.InvertedIndexEntity
Packages that use InvertedIndexEntity
-
Uses of InvertedIndexEntity in com.arangodb
Methods in com.arangodb that return InvertedIndexEntityModifier and TypeMethodDescriptionArangoCollection.ensureInvertedIndex
(InvertedIndexOptions options) Creates an inverted index for the collection, if it does not already exist.ArangoCollection.getInvertedIndex
(String id) Fetches information about the inverted index with the givenid
and returns it.Methods in com.arangodb that return types with arguments of type InvertedIndexEntityModifier and TypeMethodDescriptionArangoCollectionAsync.ensureInvertedIndex
(InvertedIndexOptions options) Asynchronous version ofArangoCollection.ensureInvertedIndex(InvertedIndexOptions)
ArangoCollectionAsync.getInvertedIndex
(String id) Asynchronous version ofArangoCollection.getInvertedIndex(String)
ArangoCollection.getInvertedIndexes()
Fetches a list of all inverted indexes on this collection.ArangoCollectionAsync.getInvertedIndexes()
Asynchronous version ofArangoCollection.getInvertedIndexes()
-
Uses of InvertedIndexEntity in com.arangodb.internal
Methods in com.arangodb.internal that return InvertedIndexEntityModifier and TypeMethodDescriptionArangoCollectionImpl.ensureInvertedIndex
(InvertedIndexOptions options) ArangoCollectionImpl.getInvertedIndex
(String id) Methods in com.arangodb.internal that return types with arguments of type InvertedIndexEntityModifier and TypeMethodDescriptionArangoCollectionAsyncImpl.ensureInvertedIndex
(InvertedIndexOptions options) ArangoCollectionAsyncImpl.getInvertedIndex
(String id) ArangoCollectionAsyncImpl.getInvertedIndexes()
ArangoCollectionImpl.getInvertedIndexes()
InternalArangoCollection.getInvertedIndexesResponseDeserializer()