Package | Description |
---|---|
com.arangodb.entity | |
com.arangodb.entity.arangosearch | |
com.arangodb.model.arangosearch |
Modifier and Type | Method and Description |
---|---|
ArangoSearchCompression |
InvertedIndexPrimarySort.getCompression() |
Modifier and Type | Method and Description |
---|---|
InvertedIndexPrimarySort |
InvertedIndexPrimarySort.compression(ArangoSearchCompression compression) |
Modifier and Type | Method and Description |
---|---|
ArangoSearchCompression |
StoredValue.getCompression() |
ArangoSearchCompression |
ArangoSearchPropertiesEntity.getPrimarySortCompression() |
ArangoSearchCompression |
ArangoSearchProperties.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) |
StoredValue(List<String> fields,
ArangoSearchCompression compression,
Boolean cache) |
Modifier and Type | Method and Description |
---|---|
ArangoSearchCreateOptions |
ArangoSearchCreateOptions.primarySortCompression(ArangoSearchCompression primarySortCompression) |
Copyright © 2016–2023 ArangoDB GmbH. All rights reserved.