Package | Description |
---|---|
com.yahoo.search.grouping | |
com.yahoo.search.grouping.result | |
com.yahoo.search.grouping.vespa | |
com.yahoo.search.rendering |
Modifier and Type | Method and Description |
---|---|
private static List<Hit> |
UniqueGroupingSearcher.getAllHitsFromGroupingResult(GroupList resultGroups)
Get all the hits returned by the grouping request.
|
private static List<Hit> |
UniqueGroupingSearcher.getRequestedHits(GroupList resultGroups,
int offset,
int hits)
Retrieve the actually unique hits from the grouping results.
|
Modifier and Type | Method and Description |
---|---|
GroupList |
Group.getGroupList(String label)
Returns the
GroupList with the given label. |
Modifier and Type | Method and Description |
---|---|
(package private) GroupList |
ResultBuilder.GroupListBuilder.build() |
Modifier and Type | Method and Description |
---|---|
void |
SectionedRenderer.beginGroupList(WRITER writer,
GroupList groupList)
Same as beginHitGroup, but for GroupList(grouping api).
|
void |
SectionedRenderer.endGroupList(WRITER writer,
GroupList groupList)
Same as endHitGroup, but for GroupList(grouping api).
|
Copyright © 2017. All rights reserved.