| パッケージ | 説明 |
|---|---|
| org.elasticsearch.indices.cache.request | |
| org.elasticsearch.search |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
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. |
| コンストラクタと説明 |
|---|
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–2016. All rights reserved.