Uses of Class
com.yahoo.search.query.context.QueryContext
Package
Description
The top level classes of the search container. A Query represents the incoming request, which produces a Result
by chained execution of a set of Searchers.
-
Uses of QueryContext in com.yahoo.search
Modifier and TypeMethodDescriptionQuery.getContext
(boolean create) Returns the context of this query, possibly creating it if missing.Result.getContext
(boolean create) Returns the context of this result - this is equal to getQuery().getContext(create) -
Uses of QueryContext in com.yahoo.search.query.context
-
Uses of QueryContext in com.yahoo.search.rendering
Modifier and TypeMethodDescriptionabstract void
SectionedRenderer.queryContext
(WRITER writer, QueryContext queryContext) Called if there is a non-null query context for the query of the result.void
SyncDefaultRenderer.queryContext
(com.yahoo.text.XMLWriter writer, QueryContext queryContext, Query owner) void
XmlRenderer.queryContext
(com.yahoo.text.XMLWriter writer, QueryContext queryContext, Query owner)