Uses of Interface
com.yahoo.search.result.ErrorHit
-
Packages that use ErrorHit Package Description com.yahoo.search.pagetemplates.result com.yahoo.search.rendering com.yahoo.search.result The content of a Result produced in response to a Query. -
-
Uses of ErrorHit in com.yahoo.search.pagetemplates.result
Methods in com.yahoo.search.pagetemplates.result with parameters of type ErrorHit Modifier and Type Method Description static boolean
PageTemplatesXmlRenderer. simpleRenderDefaultErrorHit(com.yahoo.text.XMLWriter writer, ErrorHit defaultErrorHit)
-
Uses of ErrorHit in com.yahoo.search.rendering
Methods in com.yahoo.search.rendering with parameters of type ErrorHit Modifier and Type Method Description void
SectionedRenderer. errorHit(WRITER writer, ErrorHit errorHit)
Called when an errorHit is encountered.static boolean
SyncDefaultRenderer. simpleRenderDefaultErrorHit(com.yahoo.text.XMLWriter writer, ErrorHit defaultErrorHit)
static boolean
XmlRenderer. simpleRenderDefaultErrorHit(com.yahoo.text.XMLWriter writer, ErrorHit defaultErrorHit)
-
Uses of ErrorHit in com.yahoo.search.result
Classes in com.yahoo.search.result that implement ErrorHit Modifier and Type Class Description class
DefaultErrorHit
A hit which holds a list of error conditions in a result.Methods in com.yahoo.search.result that return ErrorHit Modifier and Type Method Description ErrorHit
HitGroup. getErrorHit()
Returns the error hit containing all error information, or null if no error has occurredMethods in com.yahoo.search.result with parameters of type ErrorHit Modifier and Type Method Description void
DefaultErrorHit. addErrors(ErrorHit errorHit)
Add all errors from another error hit to thisvoid
ErrorHit. addErrors(ErrorHit errorHit)
Add all errors from another error hit to this
-