Package com.yahoo.search.grouping
Class Continuation
java.lang.Object
com.yahoo.search.grouping.Continuation
This class represents a piece of data stored by the grouping framework within a grouping result, which can subsequently be sent back along with the original request to navigate across a large result set. It is an opaque data object that is not intended to be human readable.
To render a continuation within a result set, you simply need to call Object.toString()
.
- Author:
- Simon Thoresen Hult
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionabstract Continuation
copy()
Returns a deep copy of thisstatic Continuation
fromString
(String string)
-
Field Details
-
NEXT_PAGE
- See Also:
-
PREV_PAGE
- See Also:
-
THIS_PAGE
- See Also:
-
-
Constructor Details
-
Continuation
public Continuation()
-
-
Method Details
-
fromString
-
copy
Returns a deep copy of this
-