| Package | Description |
|---|---|
| org.elasticsearch.indices.cache.request | |
| org.elasticsearch.search |
| Modifier and Type | Method and Description |
|---|---|
void |
IndicesRequestCache.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 the
context's query result. |
| Constructor and Description |
|---|
SearchService(Settings settings,
NodeSettingsService nodeSettingsService,
ClusterService clusterService,
IndicesService indicesService,
IndicesWarmer indicesWarmer,
ThreadPool threadPool,
ScriptService scriptService,
PageCacheRecycler pageCacheRecycler,
BigArrays bigArrays,
DfsPhase dfsPhase,
QueryPhase queryPhase,
FetchPhase fetchPhase,
IndicesRequestCache indicesQueryCache) |
Copyright © 2009–2017. All rights reserved.