ScoreSort specifies sorting based on the BM25-based keyword relevance score.
Data structure
message ScoreSort {
optional SortOrder order = 1;
}
Parameter | Type | Required | Description |
order | Yes | The sorting method. You can sort fields in the ascending or descending order. By default, fields are sorted in the ascending order. |