Definition of how to sort documents. You may specify zero or more sort
expressions and set a match scorer. If you have a large index, it is
advisable to set a limit.
a new SortOptions.Builder. Set the parameters for
SortOptions on the Builder, and use the Builder#build() method
to create a concrete instance of SortOptions
[[["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 2025-03-05 UTC."],[[["SortOptions defines how to sort documents, allowing for the specification of multiple sort expressions and a match scorer."],["It is recommended to set a limit when dealing with large indexes to enhance performance."],["SortOptions includes methods to retrieve the set limit, match scorer, and the list of sort expressions."],["You can use the `newBuilder()` static method to get a builder that allows for configuration before creating a SortOptions instance."],["This class inherits from `java.lang.Object`, with methods like `equals()`, `toString()`, `wait()` etc."]]],[]]