use a cursor returned from a
previous set of search results as a starting point to retrieve
the next set of results. This can get you better performance, and
also improves the consistency of pagination through index updates
[[["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."],[[["The `Cursor.Builder` class is used to construct `Cursor` objects, which are used for paginating search results."],["The `build()` method creates a `Cursor` object based on the parameters provided to the builder."],["The `build(String webSafeString)` method creates a `Cursor` from a previously returned cursor string, allowing for improved performance and consistency."],["The `setPerResult(boolean perResult)` method controls whether each search result includes its own `Cursor` or if a single `Cursor` is returned for the entire result set."]]],[]]