Class SearchSortField
- java.lang.Object
-
- com.couchbase.client.java.search.sort.SearchSort
-
- com.couchbase.client.java.search.sort.SearchSortField
-
public class SearchSortField extends SearchSort
Sort by a field in the rows.- Since:
- 2.4.5
- Author:
- Michael Nitschinger
-
-
Constructor Summary
Constructors Constructor Description SearchSortField(String field)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description SearchSortField
descending(boolean descending)
protected String
identifier()
The identifier for the sort type, used in the "by" field.void
injectParams(JsonObject queryJson)
SearchSortField
missing(FieldMissing missing)
SearchSortField
mode(FieldMode mode)
SearchSortField
type(FieldType type)
-
Methods inherited from class com.couchbase.client.java.search.sort.SearchSort
sortField, sortGeoDistance, sortId, sortScore
-
-
-
-
Constructor Detail
-
SearchSortField
public SearchSortField(String field)
-
-
Method Detail
-
descending
public SearchSortField descending(boolean descending)
- Overrides:
descending
in classSearchSort
-
type
public SearchSortField type(FieldType type)
-
mode
public SearchSortField mode(FieldMode mode)
-
missing
public SearchSortField missing(FieldMissing missing)
-
identifier
protected String identifier()
Description copied from class:SearchSort
The identifier for the sort type, used in the "by" field.- Specified by:
identifier
in classSearchSort
-
injectParams
public void injectParams(JsonObject queryJson)
- Overrides:
injectParams
in classSearchSort
-
-