PersistentIndexOptions instead. Since ArangoDB 3.7 a skiplist index is an alias for a
persistent index.@Deprecated public class SkiplistIndexOptions extends IndexOptions<SkiplistIndexOptions>
| Constructor and Description |
|---|
SkiplistIndexOptions()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
SkiplistIndexOptions |
deduplicate(Boolean deduplicate)
Deprecated.
|
SkiplistIndexOptions |
estimates(Boolean estimates)
Deprecated.
|
protected SkiplistIndexOptions |
fields(Iterable<String> fields)
Deprecated.
|
Boolean |
getDeduplicate()
Deprecated.
|
Boolean |
getEstimates()
Deprecated.
|
protected Iterable<String> |
getFields()
Deprecated.
|
Boolean |
getSparse()
Deprecated.
|
protected SkiplistIndexOptions |
getThis()
Deprecated.
|
protected IndexType |
getType()
Deprecated.
|
Boolean |
getUnique()
Deprecated.
|
SkiplistIndexOptions |
sparse(Boolean sparse)
Deprecated.
|
SkiplistIndexOptions |
unique(Boolean unique)
Deprecated.
|
getInBackground, getName, inBackground, nameprotected SkiplistIndexOptions getThis()
getThis in class IndexOptions<SkiplistIndexOptions>protected SkiplistIndexOptions fields(Iterable<String> fields)
fields - A list of attribute pathsprotected IndexType getType()
public Boolean getUnique()
public SkiplistIndexOptions unique(Boolean unique)
unique - if true, then create a unique indexpublic Boolean getSparse()
public SkiplistIndexOptions sparse(Boolean sparse)
sparse - if true, then create a sparse indexpublic Boolean getDeduplicate()
public SkiplistIndexOptions deduplicate(Boolean deduplicate)
deduplicate - if false, the deduplication of array values is turned off.public SkiplistIndexOptions estimates(Boolean estimates)
estimates - This attribute controls whether index selectivity estimates are maintained for the index. Default: truepublic Boolean getEstimates()
Copyright © 2016–2022 ArangoDB GmbH. All rights reserved.