| Package | Description |
|---|---|
| com.couchbase.client.java.search.sort |
Holds classes related to search sorting.
|
| Modifier and Type | Class and 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.
|
| Modifier and Type | Method and Description |
|---|---|
SearchSort |
SearchSort.desc(boolean descending) |
Copyright © 2020 Couchbase, Inc.. All rights reserved.