Uses of Class
org.elasticsearch.search.query.QueryPhase
-
Packages that use QueryPhase Package Description org.elasticsearch.indices -
-
Uses of QueryPhase in org.elasticsearch.indices
Methods in org.elasticsearch.indices with parameters of type QueryPhase Modifier and Type Method Description voidIndicesService. loadIntoContext(ShardSearchRequest request, SearchContext context, QueryPhase queryPhase)Loads the cache result, computing it if needed by executing the query phase and otherwise deserializing the cached value into thecontext's query result.
-