Class SearchSortField
java.lang.Object
com.couchbase.client.java.search.sort.SearchSort
com.couchbase.client.java.search.sort.SearchSortField
Sort by a field in the rows.
- Since:
- 2.4.5
- Author:
- Michael Nitschinger
-
Method Summary
Modifier and TypeMethodDescriptiondesc(boolean descending) protected StringThe identifier for the sort type, used in the "by" field.voidinjectParams(JsonObject queryJson) missing(SearchFieldMissing missing) mode(SearchFieldMode mode) type(SearchFieldType type) Methods inherited from class com.couchbase.client.java.search.sort.SearchSort
byField, byGeoDistance, byId, byScore
-
Method Details
-
desc
- Overrides:
descin classSearchSort
-
type
-
mode
-
missing
-
identifier
Description copied from class:SearchSortThe identifier for the sort type, used in the "by" field.- Specified by:
identifierin classSearchSort
-
injectParams
- Overrides:
injectParamsin classSearchSort
-