Uses of Class
com.yahoo.search.grouping.Continuation
Packages that use Continuation
Package
Description
YQL+ integration.
-
Uses of Continuation in com.yahoo.search.grouping
Methods in com.yahoo.search.grouping that return ContinuationModifier and TypeMethodDescriptionabstract ContinuationContinuation.copy()Returns a deep copy of thisstatic ContinuationContinuation.fromString(String string) Methods in com.yahoo.search.grouping that return types with arguments of type ContinuationModifier and TypeMethodDescriptionGroupingRequest.continuations()Returns the list ofContinuations of this request.Method parameters in com.yahoo.search.grouping with type arguments of type ContinuationModifier and TypeMethodDescriptionstatic voidGroupingQueryParser.createGroupingRequestIn(Query query, GroupingOperation operation, List<Continuation> continuations) -
Uses of Continuation in com.yahoo.search.grouping.result
Methods in com.yahoo.search.grouping.result that return ContinuationMethods in com.yahoo.search.grouping.result that return types with arguments of type ContinuationModifier and TypeMethodDescriptionAbstractList.continuations()Returns the map of all possibleContinuations of this list.Constructors in com.yahoo.search.grouping.result with parameters of type Continuation -
Uses of Continuation in com.yahoo.search.grouping.vespa
Methods in com.yahoo.search.grouping.vespa that return Continuation -
Uses of Continuation in com.yahoo.search.rendering
Method parameters in com.yahoo.search.rendering with type arguments of type ContinuationModifier and TypeMethodDescriptionprotected voidJsonRenderer.renderContinuations(Map<String, Continuation> continuations) -
Uses of Continuation in com.yahoo.search.yql
Methods in com.yahoo.search.yql that return types with arguments of type Continuation