| 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> |
ArangoSearchPropertiesEntity.getPrimarySort() |
Collection<PrimarySort> |
ArangoSearchProperties.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–2020 ArangoDB GmbH. All rights reserved.