Package | Description |
---|---|
com.yahoo.search.grouping.vespa |
Modifier and Type | Field and Description |
---|---|
private GroupingTransform |
RequestBuilder.transform |
private GroupingTransform |
ResultBuilder.transform |
(package private) GroupingTransform |
GroupingExecutor.RequestContext.transform |
Modifier and Type | Method and Description |
---|---|
GroupingTransform |
GroupingTransform.addContinuation(Continuation cont) |
GroupingTransform |
RequestBuilder.getTransform()
Returns the transform that was created when
RequestBuilder.build() was called. |
GroupingTransform |
GroupingTransform.putLabel(int parentTag,
int tag,
String label,
String type) |
GroupingTransform |
GroupingTransform.putMax(int tag,
int max,
String type) |
Modifier and Type | Method and Description |
---|---|
ResultBuilder |
ResultBuilder.setTransform(GroupingTransform transform)
Sets the transform that details how the result should be built.
|
Constructor and Description |
---|
RequestContext(GroupingRequest request,
GroupingTransform transform) |
Copyright © 2017. All rights reserved.