Package dev.morphia.annotations
Annotation Type Indexed
-
@Documented @Inherited @Retention(RUNTIME) @Target({FIELD,METHOD}) public @interface Indexed
Specified on fields that should be Indexed.- Author:
- Scott Hernandez
-
-
Optional Element Summary
Optional Elements Modifier and Type Optional Element Description IndexOptionsoptionsdev.morphia.utils.IndexDirectionvalue
-
-
-
Element Detail
-
options
IndexOptions options
- Returns:
- Options to apply to the index. Use of this field will ignore any of the deprecated options defined on
Indexdirectly.
- Default:
- @dev.morphia.annotations.IndexOptions
-
-