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-08-07 UTC."],[[["\u003cp\u003eThe \u003ccode\u003eCursor.Builder\u003c/code\u003e class is used to construct \u003ccode\u003eCursor\u003c/code\u003e objects, which are used for paginating search results.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003ebuild()\u003c/code\u003e method creates a \u003ccode\u003eCursor\u003c/code\u003e object based on the parameters provided to the builder.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003ebuild(String webSafeString)\u003c/code\u003e method creates a \u003ccode\u003eCursor\u003c/code\u003e from a previously returned cursor string, allowing for improved performance and consistency.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003esetPerResult(boolean perResult)\u003c/code\u003e method controls whether each search result includes its own \u003ccode\u003eCursor\u003c/code\u003e or if a single \u003ccode\u003eCursor\u003c/code\u003e is returned for the entire result set.\u003c/p\u003e\n"]]],[],null,[]]