Uses of Class
com.couchbase.client.java.search.sort.SearchSort
-
Packages that use SearchSort Package Description com.couchbase.client.java.search.sort Holds classes related to search sorting. -
-
Uses of SearchSort in com.couchbase.client.java.search.sort
Subclasses of SearchSort in com.couchbase.client.java.search.sort Modifier and Type Class Description class
SearchSortField
Sort by a field in the rows.class
SearchSortGeoDistance
Sort by a location and unit in the rows.class
SearchSortId
Sort by the document ID.class
SearchSortScore
Sort by the hit score.Methods in com.couchbase.client.java.search.sort that return SearchSort Modifier and Type Method Description SearchSort
SearchSort. desc(boolean descending)
-