[[["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."],[[["`QueryResultList` is an interface that represents a list of results obtained from executing a `Query`."],["It extends the standard `List\u003cT\u003e` interface, meaning it inherits all the standard list functionalities."],["The `getCursor()` method retrieves a `Cursor` that identifies the position immediately following the last result in the current list, enabling result continuation."],["The `getIndexList()` method returns a list of `Index` objects that were utilized in executing the query, providing insight into the query's execution."]]],[]]