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 InvertedIndexPrimarySort
InvertedIndexPrimarySort. compression(ArangoSearchCompression compression)
InvertedIndexPrimarySort
InvertedIndexPrimarySort. fields(InvertedIndexPrimarySort.Field... fields)
InvertedIndexPrimarySort
InvertedIndexEntity. getPrimarySort()
-
Uses of InvertedIndexPrimarySort in com.arangodb.model
Methods in com.arangodb.model that return InvertedIndexPrimarySort Modifier and Type Method Description InvertedIndexPrimarySort
InvertedIndexOptions. getPrimarySort()
Methods in com.arangodb.model with parameters of type InvertedIndexPrimarySort Modifier and Type Method Description InvertedIndexOptions
InvertedIndexOptions. primarySort(InvertedIndexPrimarySort primarySort)
-