Class GeoIndexDefinition

java.lang.Object
org.springframework.data.redis.core.index.RedisIndexDefinition
org.springframework.data.redis.core.index.GeoIndexDefinition
All Implemented Interfaces:
IndexDefinition, PathBasedRedisIndexDefinition

public class GeoIndexDefinition extends RedisIndexDefinition implements PathBasedRedisIndexDefinition
Since:
1.8
Author:
Christoph Strobl
  • Constructor Details

    • GeoIndexDefinition

      public GeoIndexDefinition(String keyspace, String path)
      Creates new GeoIndexDefinition.
      Parameters:
      keyspace - must not be null.
      path -
    • GeoIndexDefinition

      public GeoIndexDefinition(String keyspace, String path, String name)
      Creates new GeoIndexDefinition.
      Parameters:
      keyspace - must not be null.
      path -
      name - must not be null.