Package | Description |
---|---|
net.ravendb.abstractions.indexing | |
net.ravendb.client.indexes |
Modifier and Type | Method and Description |
---|---|
SpatialOptions |
SpatialOptionsFactory.GeographySpatialOptionsFactory.boundingBoxIndex() |
SpatialOptions |
SpatialOptionsFactory.CartesianSpatialOptionsFactory.boundingBoxIndex() |
SpatialOptions |
SpatialOptionsFactory.GeographySpatialOptionsFactory.boundingBoxIndex(SpatialOptions.SpatialUnits circleRadiusUnits) |
SpatialOptions |
SpatialOptionsFactory.GeographySpatialOptionsFactory.defaultOptions() |
SpatialOptions |
SpatialOptionsFactory.GeographySpatialOptionsFactory.defaultOptions(SpatialOptions.SpatialUnits circleRadiusUnits)
Defines a Geohash Prefix Tree index using a default Max Tree Level
SpatialOptions |
static SpatialOptions |
SpatialOptionsFactory.fromLegacy() |
static SpatialOptions |
SpatialOptionsFactory.fromLegacy(SpatialOptions.SpatialSearchStrategy spatialSearchStrategy) |
static SpatialOptions |
SpatialOptionsFactory.fromLegacy(SpatialOptions.SpatialSearchStrategy spatialSearchStrategy,
int maxTreeLevel) |
SpatialOptions |
SpatialOptionsFactory.GeographySpatialOptionsFactory.geohashPrefixTreeIndex(int maxTreeLevel) |
SpatialOptions |
SpatialOptionsFactory.GeographySpatialOptionsFactory.geohashPrefixTreeIndex(int maxTreeLevel,
SpatialOptions.SpatialUnits circleRadiusUnits) |
SpatialOptions |
SpatialOptionsFactory.GeographySpatialOptionsFactory.quadPrefixTreeIndex(int maxTreeLevel) |
SpatialOptions |
SpatialOptionsFactory.GeographySpatialOptionsFactory.quadPrefixTreeIndex(int maxTreeLevel,
SpatialOptions.SpatialUnits circleRadiusUnits) |
SpatialOptions |
SpatialOptionsFactory.CartesianSpatialOptionsFactory.quadPrefixTreeIndex(int maxTreeLevel,
SpatialOptionsFactory.SpatialBounds bounds) |
Modifier and Type | Method and Description |
---|---|
java.util.Map<java.lang.String,SpatialOptions> |
IndexDefinition.getSpatialIndexes() |
Modifier and Type | Method and Description |
---|---|
void |
IndexDefinition.setSpatialIndexes(java.util.Map<java.lang.String,SpatialOptions> spatialIndexes) |
Modifier and Type | Field and Description |
---|---|
protected java.util.Map<com.mysema.query.types.Path<?>,SpatialOptions> |
AbstractIndexCreationTask.spatialIndexes |
protected java.util.Map<java.lang.String,SpatialOptions> |
AbstractIndexCreationTask.spatialIndexesStrings |
Modifier and Type | Method and Description |
---|---|
java.util.Map<com.mysema.query.types.Path<?>,SpatialOptions> |
IndexDefinitionBuilder.getSpatialIndexes() |
java.util.Map<java.lang.String,SpatialOptions> |
IndexDefinitionBuilder.getSpatialIndexesStrings() |
Modifier and Type | Method and Description |
---|---|
protected void |
AbstractIndexCreationTask.spatial(com.mysema.query.types.Path<?> field,
SpatialOptions indexing)
Register a field to be spatially indexed
Note: using
SpatialOptionsFactory might be very helpful! |
protected void |
AbstractIndexCreationTask.spatial(java.lang.String field,
SpatialOptions indexing)
Register a field to be spatially indexed
Note: using
SpatialOptionsFactory might be very helpful! |
Modifier and Type | Method and Description |
---|---|
void |
IndexDefinitionBuilder.setSpatialIndexes(java.util.Map<com.mysema.query.types.Path<?>,SpatialOptions> spatialIndexes) |
void |
IndexDefinitionBuilder.setSpatialIndexesStrings(java.util.Map<java.lang.String,SpatialOptions> spatialIndexesStrings) |
Copyright © 2014. All Rights Reserved.