PersistentIndex
instead. Since ArangoDB 3.7 a hash index is an alias for a persistent index.@Repeatable(value=HashIndexes.class) @Retention(value=RUNTIME) @Target(value=TYPE) @Deprecated public @interface HashIndex
Modifier and Type | Required Element and Description |
---|---|
String[] |
fields
Deprecated.
A list of attribute paths
|
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
|
public abstract String[] fields
public abstract boolean unique
Copyright © 2017–2022 ArangoDB GmbH. All rights reserved.