Uses of Interface
com.yahoo.search.result.ErrorHit
Packages that use ErrorHit
Package
Description
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 ErrorHitModifier and TypeMethodDescriptionstatic booleanPageTemplatesXmlRenderer.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 ErrorHitModifier and TypeMethodDescriptionvoidCalled when an errorHit is encountered.static booleanSyncDefaultRenderer.simpleRenderDefaultErrorHit(com.yahoo.text.XMLWriter writer, ErrorHit defaultErrorHit) static booleanXmlRenderer.simpleRenderDefaultErrorHit(com.yahoo.text.XMLWriter writer, ErrorHit defaultErrorHit) -
Uses of ErrorHit in com.yahoo.search.result
Classes in com.yahoo.search.result that implement ErrorHitModifier and TypeClassDescriptionclassA hit which holds a list of error conditions in a result.Methods in com.yahoo.search.result that return ErrorHitModifier and TypeMethodDescriptionHitGroup.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