Uses of Class
com.arangodb.entity.arangosearch.PrimarySort
-
Packages that use PrimarySort Package Description com.arangodb.entity.arangosearch com.arangodb.model.arangosearch -
-
Uses of PrimarySort in com.arangodb.entity.arangosearch
Methods in com.arangodb.entity.arangosearch that return PrimarySort Modifier and Type Method Description PrimarySort
PrimarySort. ascending(Boolean ascending)
static PrimarySort
PrimarySort. on(String fieldName)
Methods in com.arangodb.entity.arangosearch that return types with arguments of type PrimarySort Modifier and Type Method Description Collection<PrimarySort>
ArangoSearchPropertiesEntity. getPrimarySort()
-
Uses of PrimarySort in com.arangodb.model.arangosearch
Methods in com.arangodb.model.arangosearch that return types with arguments of type PrimarySort Modifier and Type Method Description Collection<PrimarySort>
ArangoSearchCreateOptions. getPrimarySorts()
Collection<PrimarySort>
ArangoSearchPropertiesOptions. getPrimarySorts()
Methods in com.arangodb.model.arangosearch with parameters of type PrimarySort Modifier and Type Method Description ArangoSearchCreateOptions
ArangoSearchCreateOptions. primarySort(PrimarySort... primarySorts)
ArangoSearchPropertiesOptions
ArangoSearchPropertiesOptions. primarySort(PrimarySort... primarySorts)
-