Uses of Class
com.arangodb.entity.IndexEntity
-
Packages that use IndexEntity Package Description com.arangodb com.arangodb.entity -
-
Uses of IndexEntity in com.arangodb
Methods in com.arangodb that return IndexEntity Modifier and Type Method Description IndexEntity
ArangoCollection. ensureFulltextIndex(Iterable<String> fields, FulltextIndexOptions options)
Deprecated.since ArangoDB 3.10, use ArangoSearch or Inverted indexes instead.IndexEntity
ArangoCollection. ensureGeoIndex(Iterable<String> fields, GeoIndexOptions options)
Creates a geo-spatial index for the collection, if it does not already exist.IndexEntity
ArangoCollection. ensurePersistentIndex(Iterable<String> fields, PersistentIndexOptions options)
Creates a persistent index for the collection, if it does not already exist.IndexEntity
ArangoCollection. ensureTtlIndex(Iterable<String> fields, TtlIndexOptions options)
Creates a ttl index for the collection, if it does not already exist.IndexEntity
ArangoCollection. ensureZKDIndex(Iterable<String> fields, ZKDIndexOptions options)
Creates a ZKD multi-dimensional index for the collection, if it does not already exist.IndexEntity
ArangoCollection. getIndex(String id)
Fetches information about the index with the givenid
and returns it.IndexEntity
ArangoDatabase. getIndex(String id)
Returns an indexMethods in com.arangodb that return types with arguments of type IndexEntity Modifier and Type Method Description Collection<IndexEntity>
ArangoCollection. getIndexes()
Fetches a list of all indexes on this collection. -
Uses of IndexEntity in com.arangodb.entity
Methods in com.arangodb.entity that return types with arguments of type IndexEntity Modifier and Type Method Description Collection<IndexEntity>
AqlExecutionExplainEntity.ExecutionNode. getIndexes()
-