Package | Description |
---|---|
com.arangodb.entity.arangosearch | |
com.arangodb.model.arangosearch |
Modifier and Type | Method and Description |
---|---|
static ConsolidateThreshold |
ConsolidateThreshold.of(ConsolidateType type) |
ConsolidateThreshold |
ConsolidateThreshold.segmentThreshold(Long segmentThreshold) |
ConsolidateThreshold |
ConsolidateThreshold.threshold(Double threshold) |
Modifier and Type | Method and Description |
---|---|
Collection<ConsolidateThreshold> |
ArangoSearchProperties.getThresholds() |
Collection<ConsolidateThreshold> |
ArangoSearchPropertiesEntity.getThresholds() |
Modifier and Type | Method and Description |
---|---|
void |
ArangoSearchProperties.addThreshold(ConsolidateThreshold... thresholds) |
Modifier and Type | Method and Description |
---|---|
ArangoSearchCreateOptions |
ArangoSearchCreateOptions.threshold(ConsolidateThreshold... thresholds) |
ArangoSearchPropertiesOptions |
ArangoSearchPropertiesOptions.threshold(ConsolidateThreshold... thresholds) |
Copyright © 2016–2018 ArangoDB GmbH. All rights reserved.