Package | Description |
---|---|
com.arangodb.entity.arangosearch | |
com.arangodb.model.arangosearch |
Modifier and Type | Method and Description |
---|---|
ArangoSearchCompression |
StoredValue.getCompression() |
ArangoSearchCompression |
ArangoSearchProperties.getPrimarySortCompression() |
ArangoSearchCompression |
ArangoSearchPropertiesEntity.getPrimarySortCompression() |
static ArangoSearchCompression |
ArangoSearchCompression.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ArangoSearchCompression[] |
ArangoSearchCompression.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
ArangoSearchProperties.setPrimarySortCompression(ArangoSearchCompression primarySortCompression) |
Constructor and Description |
---|
StoredValue(List<String> fields,
ArangoSearchCompression compression) |
Modifier and Type | Method and Description |
---|---|
ArangoSearchCreateOptions |
ArangoSearchCreateOptions.primarySortCompression(ArangoSearchCompression primarySortCompression) |
Copyright © 2016–2022 ArangoDB GmbH. All rights reserved.