Package com.yahoo.prelude.fastsearch
Class GroupingListHit
java.lang.Object
com.yahoo.component.provider.FreezableClass
com.yahoo.component.provider.ListenableFreezableClass
com.yahoo.search.result.Hit
com.yahoo.prelude.fastsearch.GroupingListHit
- All Implemented Interfaces:
com.yahoo.component.provider.Freezable
,com.yahoo.component.provider.ListenableFreezable
,com.yahoo.processing.response.Data
,Cloneable
,Comparable<Hit>
-
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
ConstructorDescriptionGroupingListHit
(List<com.yahoo.searchlib.aggregation.Grouping> groupingList) for unit tests only, may give problems if grouping contains docsumsGroupingListHit
(List<com.yahoo.searchlib.aggregation.Grouping> groupingList, DocsumDefinitionSet defs) -
Method Summary
Methods inherited from class com.yahoo.search.result.Hit
assignId, buildHitField, clearFields, clone, close, compareTo, equals, features, fieldIterator, fieldKeys, fields, forEachField, forEachFieldAsRaw, getDisplayId, getField, getFilled, getId, getQuery, getRelevance, getSearcherSpecificMetaData, getSource, hasField, hasFields, hashCode, isAuxiliary, isCached, isFillable, isFilled, removeField, request, reserve, setAuxiliary, setCached, setField, setFillable, setFilled, setId, setId, setMeta, setQuery, setRelevance, setRelevance, setSearcherSpecificMetaData, setSource, toString, types
Methods inherited from class com.yahoo.component.provider.ListenableFreezableClass
addFreezeListener, freeze
Methods inherited from class com.yahoo.component.provider.FreezableClass
ensureNotFrozen, isFrozen
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
Methods inherited from interface com.yahoo.component.provider.Freezable
freeze, isFrozen
Methods inherited from interface com.yahoo.component.provider.ListenableFreezable
addFreezeListener
-
Constructor Details
-
GroupingListHit
for unit tests only, may give problems if grouping contains docsums -
GroupingListHit
public GroupingListHit(List<com.yahoo.searchlib.aggregation.Grouping> groupingList, DocsumDefinitionSet defs)
-
-
Method Details
-
isMeta
public boolean isMeta()Description copied from class:Hit
Returns whether this is a concrete hit, containing content of the requested kind, or a meta hit containing information on the collection of hits, the query, the service and so on. This default implementation return false. -
getGroupingList
-
getDocsumDefinitionSet
-