Uses of Class
com.arangodb.entity.InvertedIndexEntity
-
Packages that use InvertedIndexEntity Package Description com.arangodb -
-
Uses of InvertedIndexEntity in com.arangodb
Methods in com.arangodb that return InvertedIndexEntity Modifier and Type Method Description InvertedIndexEntityArangoCollection. ensureInvertedIndex(InvertedIndexOptions options)Creates an inverted index for the collection, if it does not already exist.InvertedIndexEntityArangoCollection. getInvertedIndex(String id)Fetches information about the inverted index with the givenidand returns it.Methods in com.arangodb that return types with arguments of type InvertedIndexEntity Modifier and Type Method Description CompletableFuture<InvertedIndexEntity>ArangoCollectionAsync. ensureInvertedIndex(InvertedIndexOptions options)Asynchronous version ofArangoCollection.ensureInvertedIndex(InvertedIndexOptions)CompletableFuture<InvertedIndexEntity>ArangoCollectionAsync. getInvertedIndex(String id)Asynchronous version ofArangoCollection.getInvertedIndex(String)Collection<InvertedIndexEntity>ArangoCollection. getInvertedIndexes()Fetches a list of all inverted indexes on this collection.CompletableFuture<Collection<InvertedIndexEntity>>ArangoCollectionAsync. getInvertedIndexes()Asynchronous version ofArangoCollection.getInvertedIndexes()
-