Uses of Interface
com.yahoo.search.result.Hit.RawUtf8Consumer
Package
Description
The content of a Result produced in response to a Query.
-
Uses of Hit.RawUtf8Consumer in com.yahoo.prelude.fastsearch
-
Uses of Hit.RawUtf8Consumer in com.yahoo.search.rendering
Modifier and TypeClassDescriptionstatic class
Received callbacks when fields of hits are encountered. -
Uses of Hit.RawUtf8Consumer in com.yahoo.search.result
Modifier and TypeMethodDescriptionvoid
Hit.forEachFieldAsRaw
(Hit.RawUtf8Consumer consumer) Receive a callback on the given object for each field in this hit, where the callback will provide raw utf-8 byte data for strings whose data is already available at this form.