then, this will sort the documents in descending score order. The scores
will be positive. If you want to sort in ascending order, then use the
following code:
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2023-04-26 UTC."],[[["`RescoringMatchScorer` assigns document scores based on term frequency weighted by document parts."],["It is used within `SortOptions` to sort documents, typically in descending order by score."],["Sorting in ascending order with `RescoringMatchScorer` requires defining a `SortExpression` with the direction as `ASCENDING` and a default value."],["Using the `RescoringMatchScorer` can potentially raise `TypeError` if parameters are invalid types or an unknown attribute is passed, or a `ValueError` if the parameter has an invalid value."]]],[]]