...
Code Block |
---|
{ "key":"DocumentId", // Type of sort "ascending":true // The sort direction is "ascending" } |
Available values
- Ascending
- true
- false
- Key
- SegmentId
- DocumentId
- BeeSegmentId
- Label
- Score
- Text
- Bookmark
- Status
- LastEditor
Sort by Segment Id
The doc
...
Code Block |
---|
{ "key":"DocumentId", // Sort by document id "ascending":true // The sort direction is "ascending" } |
Sort
...
by BeeSegmentId
The doc
Code Block |
---|
{ "key":"DocumentIdBeeSegmentId", // TypeSort ofby sortBeeSegmentId "ascending":true // The sort direction is "ascending" } |
Sort by
...
Label
The doc
Code Block |
---|
{ "key":"DocumentIdLabel", // TypeSort ofby sortlabel "ascending":true // The sort direction is "ascending" } |
Sort by
...
Score
The doc
Code Block |
---|
{ "key":"DocumentIdScore", // TypeSort ofby sortscore "ascending":true // The sort direction is "ascending" } |
Sort by
...
Text
The doc
Code Block |
---|
{ "key":"DocumentIdText", // TypeSort ofby sorttext "ascending":true // The sort direction is "ascending" } |
Sort
...
by LastModification
The doc
Code Block |
---|
{ "key":"DocumentIdLastModification", // TypeLast of sortModification "ascending":false // The sort direction is "descending" } |
Sort
...
by Bookmark
The doc
Code Block |
---|
{ "key":"DocumentIdBookmark", // TypeSort ofby sortbookmark "ascending":true // The sort direction is "ascending" } |
...
Sort by Status
The doc
key | Description |
---|---|
0 | DocumentId |
1 | SegmentId |
2 | BeeSegmentId |
3 | Label |
4 | Score |
5 | Text |
6 | LastModification |
7 | Bookmark |
8 | Status |
9 | LastEditor |
...
Code Block |
---|
{
"key":"Status", // Sort by status
"ascending":true // The sort direction is "ascending"
} |
Sort by LastEditor
The doc
Code Block |
---|
{
"key":"LastEditor", // Sort by LastEditor
"ascending":true // The sort direction is "ascending"
} |