This object can be specify the sort of results.
Structure
Code Block |
---|
{
"key":"DocumentId", // Type of sort
"ascending":true // The sort direction is "ascending"
} |
Sort by Document Id
The doc
Code Block |
---|
{
"key":"DocumentId", // Type of sort
"ascending":true // The sort direction is "ascending"
} |
key | Description |
---|---|
0 | DocumentId |
1 | SegmentId |
2 | BeeSegmentId |
3 | Label |
4 | Score |
5 | Text |
6 | LastModification |
7 | Bookmark |
8 | Status |
9 | LastEditor |
sort | Description |
---|---|
0 | Ascending |
1 | Descending |