Package | Description |
---|---|
com.arangodb | |
com.arangodb.async | |
com.arangodb.async.internal | |
com.arangodb.model |
Modifier and Type | Method and Description |
---|---|
IndexEntity |
ArangoCollection.ensureGeoIndex(Iterable<String> fields,
GeoIndexOptions options)
Creates a geo-spatial index for the collection, if it does not already exist.
|
Modifier and Type | Method and Description |
---|---|
CompletableFuture<IndexEntity> |
ArangoCollectionAsync.ensureGeoIndex(Iterable<String> fields,
GeoIndexOptions options)
Creates a geo-spatial index for the collection, if it does not already exist.
|
Modifier and Type | Method and Description |
---|---|
CompletableFuture<IndexEntity> |
ArangoCollectionAsyncImpl.ensureGeoIndex(Iterable<String> fields,
GeoIndexOptions options) |
Modifier and Type | Method and Description |
---|---|
static GeoIndexOptions |
OptionsBuilder.build(GeoIndexOptions options,
Iterable<String> fields) |
protected GeoIndexOptions |
GeoIndexOptions.fields(Iterable<String> fields) |
GeoIndexOptions |
GeoIndexOptions.geoJson(Boolean geoJson) |
protected GeoIndexOptions |
GeoIndexOptions.getThis() |
Modifier and Type | Method and Description |
---|---|
static GeoIndexOptions |
OptionsBuilder.build(GeoIndexOptions options,
Iterable<String> fields) |
Copyright © 2016–2020 ArangoDB GmbH. All rights reserved.