@Documented @Inherited @Retention(value=RUNTIME) @Target(value=FIELD) public @interface Indexed
| Modifier and Type | Optional Element and Description |
|---|---|
boolean |
background
Deprecated.
use the
IndexOptions found in options() |
boolean |
dropDups
Deprecated.
use the
IndexOptions found in options() |
int |
expireAfterSeconds
Deprecated.
use the
IndexOptions found in options() |
String |
name
Deprecated.
use the
IndexOptions found in options() |
IndexOptions |
options
Options to apply to the index.
|
boolean |
sparse
Deprecated.
use the
IndexOptions found in options() |
boolean |
unique
Deprecated.
use the
IndexOptions found in options() |
IndexDirection |
value
Deprecated.
use the
IndexOptions found in options() |
public abstract IndexOptions options
Index directly.@Deprecated public abstract boolean background
IndexOptions found in options()@Deprecated public abstract boolean dropDups
IndexOptions found in options()@Deprecated public abstract int expireAfterSeconds
IndexOptions found in options()@Deprecated public abstract String name
IndexOptions found in options()@Deprecated public abstract boolean sparse
IndexOptions found in options()@Deprecated public abstract boolean unique
IndexOptions found in options()@Deprecated public abstract IndexDirection value
IndexOptions found in options()