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 PrimarySortPrimarySort. ascending(Boolean ascending)static PrimarySortPrimarySort. 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 ArangoSearchCreateOptionsArangoSearchCreateOptions. primarySort(PrimarySort... primarySorts)ArangoSearchPropertiesOptionsArangoSearchPropertiesOptions. primarySort(PrimarySort... primarySorts)
-