All Products
Search
Document Center

Tablestore:ScoreSort

Last Updated:May 11, 2024

ScoreSort specifies sorting based on the BM25-based keyword relevance score.

Data structure

message ScoreSort {
    optional SortOrder order = 1;
}

Parameter

Type

Required

Description

order

SortOrder

Yes

The sorting method. You can sort fields in the ascending or descending order. By default, fields are sorted in the ascending order.