Package | Description |
---|---|
net.ravendb.abstractions.indexing |
Modifier and Type | Method and Description |
---|---|
SpatialOptions.SpatialSearchStrategy |
SpatialOptions.getStrategy() |
static SpatialOptions.SpatialSearchStrategy |
SpatialOptions.SpatialSearchStrategy.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SpatialOptions.SpatialSearchStrategy[] |
SpatialOptions.SpatialSearchStrategy.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
static SpatialOptions |
SpatialOptionsFactory.fromLegacy(SpatialOptions.SpatialSearchStrategy spatialSearchStrategy) |
static SpatialOptions |
SpatialOptionsFactory.fromLegacy(SpatialOptions.SpatialSearchStrategy spatialSearchStrategy,
int maxTreeLevel) |
void |
SpatialOptions.setStrategy(SpatialOptions.SpatialSearchStrategy strategy) |
Copyright © 2016. All Rights Reserved.