Uses of Class
com.couchbase.client.java.search.sort.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 classSearchSortFieldSort by a field in the rows.classSearchSortGeoDistanceSort by a location and unit in the rows.classSearchSortIdSort by the document ID.classSearchSortScoreSort by the hit score.Methods in com.couchbase.client.java.search.sort that return SearchSort Modifier and Type Method Description SearchSortSearchSort. desc(boolean descending)