Uses of Class
com.arangodb.entity.InvertedIndexPrimarySort
-
Packages that use InvertedIndexPrimarySort Package Description com.arangodb.entity com.arangodb.model -
-
Uses of InvertedIndexPrimarySort in com.arangodb.entity
Methods in com.arangodb.entity that return InvertedIndexPrimarySort Modifier and Type Method Description InvertedIndexPrimarySortInvertedIndexPrimarySort. cache(Boolean cache)InvertedIndexPrimarySortInvertedIndexPrimarySort. compression(ArangoSearchCompression compression)InvertedIndexPrimarySortInvertedIndexPrimarySort. fields(InvertedIndexPrimarySort.Field... fields)InvertedIndexPrimarySortInvertedIndexEntity. getPrimarySort() -
Uses of InvertedIndexPrimarySort in com.arangodb.model
Methods in com.arangodb.model that return InvertedIndexPrimarySort Modifier and Type Method Description InvertedIndexPrimarySortInvertedIndexOptions. getPrimarySort()Methods in com.arangodb.model with parameters of type InvertedIndexPrimarySort Modifier and Type Method Description InvertedIndexOptionsInvertedIndexOptions. primarySort(InvertedIndexPrimarySort primarySort)
-