Package | Description |
---|---|
com.arangodb.entity.arangosearch | |
com.arangodb.model.arangosearch |
Modifier and Type | Method and Description |
---|---|
PrimarySort |
PrimarySort.ascending(Boolean ascending) |
static PrimarySort |
PrimarySort.on(String fieldName) |
Modifier and Type | Method and Description |
---|---|
Collection<PrimarySort> |
ArangoSearchProperties.getPrimarySort() |
Collection<PrimarySort> |
ArangoSearchPropertiesEntity.getPrimarySort() |
Modifier and Type | Method and Description |
---|---|
void |
ArangoSearchProperties.addPrimarySort(PrimarySort... primarySorts) |
Modifier and Type | Method and Description |
---|---|
ArangoSearchPropertiesOptions |
ArangoSearchPropertiesOptions.primarySort(PrimarySort... primarySorts) |
ArangoSearchCreateOptions |
ArangoSearchCreateOptions.primarySort(PrimarySort... primarySorts) |
Copyright © 2016–2022 ArangoDB GmbH. All rights reserved.