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 InvertedIndexEntity
ArangoCollection. ensureInvertedIndex(InvertedIndexOptions options)
Creates an inverted index for the collection, if it does not already exist.InvertedIndexEntity
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 InvertedIndexEntity Modifier and Type Method Description Collection<InvertedIndexEntity>
ArangoCollection. getInvertedIndexes()
Fetches a list of all inverted indexes on this collection.
-