public class SearchService extends AbstractLifecycleComponent<SearchService>
| 修飾子とタイプ | フィールドと説明 |
|---|---|
static String |
DEFAULT_KEEPALIVE_KEY |
static String |
DEFAULT_SEARCH_TIMEOUT |
static String |
KEEPALIVE_INTERVAL_KEY |
static TimeValue |
NO_TIMEOUT |
static String |
NORMS_LOADING_KEY |
lifecycledeprecationLogger, logger, settings| コンストラクタと説明 |
|---|
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) |
addLifecycleListener, close, lifecycleState, removeLifecycleListener, start, stoplogDeprecatedSetting, logRemovedSetting, nodeNamepublic static final TimeValue NO_TIMEOUT
@Inject public 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)
protected void putContext(SearchContext context)
protected SearchContext removeContext(long id)
protected void doStart()
doStart クラス内 AbstractLifecycleComponent<SearchService>protected void doStop()
doStop クラス内 AbstractLifecycleComponent<SearchService>protected void doClose()
doClose クラス内 AbstractLifecycleComponent<SearchService>public DfsSearchResult executeDfsPhase(ShardSearchRequest request)
@Deprecated public QuerySearchResult executeScan(ShardSearchRequest request)
public ScrollQueryFetchSearchResult executeScan(InternalScrollSearchRequest request)
public QuerySearchResultProvider executeQueryPhase(ShardSearchRequest request)
public ScrollQuerySearchResult executeQueryPhase(InternalScrollSearchRequest request)
public QuerySearchResult executeQueryPhase(QuerySearchRequest request)
public QueryFetchSearchResult executeFetchPhase(ShardSearchRequest request)
public QueryFetchSearchResult executeFetchPhase(QuerySearchRequest request)
public ScrollQueryFetchSearchResult executeFetchPhase(InternalScrollSearchRequest request)
public FetchSearchResult executeFetchPhase(ShardFetchRequest request)
public boolean freeContext(long id)
public void freeAllScrollContexts()
public int getActiveContexts()
Copyright © 2009–2016. All rights reserved.