Class CoreSearchSortScore
- java.lang.Object
-
- com.couchbase.client.core.api.search.sort.CoreSearchSort
-
- com.couchbase.client.core.api.search.sort.CoreSearchSortScore
-
@Internal public class CoreSearchSortScore extends CoreSearchSort
-
-
Field Summary
-
Fields inherited from class com.couchbase.client.core.api.search.sort.CoreSearchSort
descending
-
-
Constructor Summary
Constructors Constructor Description CoreSearchSortScore(Boolean descending)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description com.couchbase.client.protostellar.search.v1.SortingasProtostellar()protected Stringidentifier()-
Methods inherited from class com.couchbase.client.core.api.search.sort.CoreSearchSort
injectParams
-
-
-
-
Method Detail
-
identifier
protected String identifier()
- Specified by:
identifierin classCoreSearchSort
-
asProtostellar
public com.couchbase.client.protostellar.search.v1.Sorting asProtostellar()
- Specified by:
asProtostellarin classCoreSearchSort
-
-