Annotation Interface Hint
Annotation to declare index hints for repository query, update and aggregate operations. The index is specified by
its name.
- Since:
- 4.1
- Author:
- Christoph Strobl
-
Optional Element Summary
-
Element Details
-
value
String valueThe name of the index to use. In case of an aggregation the index is evaluated against the initial collection or view.- Returns:
- the index name.
- Default:
- ""
-
indexName
The name of the index to use. In case of an aggregation the index is evaluated against the initial collection or view.- Returns:
- the index name.
- Default:
- ""
-