[[["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."],[[["`SortExpression.SortDirection` is an enum that defines the direction in which search results are sorted."],["The sorting direction can be either `ASCENDING`, for results sorted from a to z, or `DESCENDING`, for results sorted from z to a."],["This enum inherits several methods from `Enum` and `Object`, providing functionalities like comparing, naming, and obtaining class information."],["Static methods `valueOf(String name)` and `values()` are available for use with the `SortDirection` enum."]]],[]]