PersistentIndexed
instead. Since ArangoDB 3.7 a hash index is an alias for a persistent index.@Retention(value=RUNTIME) @Target(value=FIELD) @Deprecated public @interface HashIndexed
Modifier and Type | Optional Element and Description |
---|---|
boolean |
deduplicate
Deprecated.
If false, the deduplication of array values is turned off.
|
boolean |
sparse
Deprecated.
If true, then create a sparse index
|
boolean |
unique
Deprecated.
If true, then create a unique index
|
Copyright © 2017–2022 ArangoDB GmbH. All rights reserved.