Package com.arangodb.entity.arangosearch
Class StoredValue
java.lang.Object
com.arangodb.entity.arangosearch.StoredValue
- Since:
- ArangoDB 3.7
- Author:
- Michele Rastelli
-
Constructor Summary
ConstructorsConstructorDescriptionStoredValue
(List<String> fields) StoredValue
(List<String> fields, ArangoSearchCompression compression) StoredValue
(List<String> fields, ArangoSearchCompression compression, Boolean cache) -
Method Summary
-
Constructor Details
-
StoredValue
- Parameters:
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)
-
StoredValue
-
StoredValue
-
-
Method Details