Package com.yahoo.search.grouping.result
Class RootGroup
- java.lang.Object
-
- com.yahoo.component.provider.FreezableClass
-
- com.yahoo.component.provider.ListenableFreezableClass
-
- com.yahoo.search.result.Hit
-
- com.yahoo.search.result.HitGroup
-
- com.yahoo.search.grouping.result.Group
-
- com.yahoo.search.grouping.result.RootGroup
-
- All Implemented Interfaces:
com.yahoo.component.provider.Freezable
,com.yahoo.component.provider.ListenableFreezable
,com.yahoo.processing.response.Data
,com.yahoo.processing.response.DataList<Hit>
,java.lang.Cloneable
,java.lang.Comparable<Hit>
,java.lang.Iterable<Hit>
public class RootGroup extends Group
This class represents the rootGroup
in the grouping result model. This class adds aContinuation
object that can be used to paginate the result.- Author:
- Simon Thoresen Hult
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class com.yahoo.search.result.Hit
Hit.RawUtf8Consumer
-
-
Field Summary
-
Fields inherited from class com.yahoo.search.result.Hit
RANKFEATURES_FIELD, SDDOCNAME_FIELD
-
-
Constructor Summary
Constructors Constructor Description RootGroup(int id, Continuation continuation)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Continuation
continuation()
-
Methods inherited from class com.yahoo.search.grouping.result.Group
getGroupId, getGroupList, getHitList
-
Methods inherited from class com.yahoo.search.result.HitGroup
add, add, addAll, addDataListener, addError, analyze, asList, asUnorderedHits, clone, close, complete, copyOrdering, createAsync, deepIterator, ensureCapacity, get, get, get, get, getConcreteSize, getConcreteSizeShallow, getDeletionBreaksOrdering, getError, getErrorHit, getFilled, getOrderer, getSubgroupCount, incoming, isCached, isFillable, isFilled, iterator, remove, remove, remove, removeErrorHit, set, setDeletionBreaksOrdering, setFillable, setFilled, setId, setId, setOrdered, setOrderer, setSorted, size, sort, trim, unorderedDeepIterator, unorderedIterator
-
Methods inherited from class com.yahoo.search.result.Hit
assignId, buildHitField, clearFields, compareTo, equals, features, fieldIterator, fieldKeys, fields, forEachField, forEachFieldAsRaw, getDisplayId, getField, getId, getQuery, getRelevance, getSearcherSpecificMetaData, getSource, hasField, hasFields, hashCode, isAuxiliary, isMeta, removeField, request, reserve, setAuxiliary, setCached, setField, setMeta, setQuery, setRelevance, setRelevance, setSearcherSpecificMetaData, setSource, toString, types
-
Methods inherited from class com.yahoo.component.provider.ListenableFreezableClass
addFreezeListener, freeze
-
-
-
-
Constructor Detail
-
RootGroup
public RootGroup(int id, Continuation continuation)
-
-
Method Detail
-
continuation
public Continuation continuation()
-
-