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
ConstructorsConstructorDescriptionGroupingListHit(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, DocumentDatabase documentDatabase, Query query) -
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, typesMethods inherited from class com.yahoo.component.provider.ListenableFreezableClass
addFreezeListener, freezeMethods inherited from class com.yahoo.component.provider.FreezableClass
ensureNotFrozen, isFrozenMethods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface com.yahoo.component.provider.Freezable
freeze, isFrozenMethods 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, DocumentDatabase documentDatabase, Query query)
-
-
Method Details
-
isMeta
public boolean isMeta()Description copied from class:HitReturns 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
-
getSchema
-
getDocumentDatBase
-