public final class StoredValue extends Object
| Constructor and Description |
|---|
StoredValue(List<String> fields) |
StoredValue(List<String> fields,
ArangoSearchCompression compression) |
StoredValue(List<String> fields,
ArangoSearchCompression compression,
Boolean cache) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
Boolean |
getCache() |
ArangoSearchCompression |
getCompression() |
List<String> |
getFields() |
int |
hashCode() |
public StoredValue(List<String> fields, ArangoSearchCompression compression, Boolean cache)
fields - A list of attribute paths. The . character denotes sub-attributes.compression - Defines how to compress the attribute values.cache - Whether to cache stored values in memory. (Since ArangoDB 3.9.5, Enterprise Edition only)public StoredValue(List<String> fields, ArangoSearchCompression compression)
Copyright © 2016–2023 ArangoDB GmbH. All rights reserved.