Uses of Class
com.google.appengine.api.search.Cursor
-
Packages that use Cursor Package Description com.google.appengine.api.search Provides a service for indexing documents and retrieving them using search queries. -
-
Uses of Cursor in com.google.appengine.api.search
Methods in com.google.appengine.api.search that return Cursor Modifier and Type Method Description CursorCursor.Builder. build()Construct the final message.CursorCursor.Builder. build(String webSafeString)Construct the final message.CursorQueryOptions. getCursor()CursorResults. getCursor()A cursor to be used to continue the search after all the results in this search response.CursorScoredDocument. getCursor()ACursorto be used continuing search after this search result.Methods in com.google.appengine.api.search with parameters of type Cursor Modifier and Type Method Description static Cursor.BuilderCursor. newBuilder(Cursor request)Creates a builder from the given request.QueryOptions.BuilderQueryOptions.Builder. setCursor(Cursor cursor)Sets the cursor.ScoredDocument.BuilderScoredDocument.Builder. setCursor(Cursor cursor)Sets the cursor to the next set of results from search.
-