Package | Description |
---|---|
com.arangodb | |
com.arangodb.internal | |
com.arangodb.model |
Modifier and Type | Method and Description |
---|---|
IndexEntity |
ArangoCollection.createGeoIndex(Collection<String> fields,
GeoIndexOptions options)
Deprecated.
use
#ensureGeoIndex(Collection, GeoIndexOptions) instead |
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 |
---|---|
protected Request |
InternalArangoCollection.createGeoIndexRequest(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) |
Modifier and Type | Method and Description |
---|---|
static GeoIndexOptions |
OptionsBuilder.build(GeoIndexOptions options,
Iterable<String> fields) |
Copyright © 2016–2017 ArangoDB GmbH. All rights reserved.