Interface PathBasedRedisIndexDefinition
- All Superinterfaces:
IndexDefinition
- All Known Implementing Classes:
GeoIndexDefinition, SimpleIndexDefinition
IndexDefinition that is based on a property paths.- Since:
- 1.7
- Author:
- Christoph Strobl
-
Nested Class Summary
Nested classes/interfaces inherited from interface IndexDefinition
IndexDefinition.Condition<T>, IndexDefinition.IndexingContext -
Method Summary
Methods inherited from interface IndexDefinition
getConditions, getIndexName, getKeyspace, valueTransformer
-
Method Details
-
getPath
@Nullable String getPath()- Returns:
- can be null.
-