public class SuggestService extends org.elasticsearch.common.component.AbstractLifecycleComponent<SuggestService>
| Modifier and Type | Class and Description |
|---|---|
class |
SuggestService.SuggestUpdaterThread |
| Constructor and Description |
|---|
SuggestService(org.elasticsearch.common.settings.Settings settings,
TransportSuggestRefreshAction suggestRefreshAction,
org.elasticsearch.cluster.ClusterService clusterService,
org.elasticsearch.indices.IndicesService indicesService) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
doClose() |
protected void |
doStart() |
protected void |
doStop() |
@Inject
public SuggestService(org.elasticsearch.common.settings.Settings settings,
TransportSuggestRefreshAction suggestRefreshAction,
org.elasticsearch.cluster.ClusterService clusterService,
org.elasticsearch.indices.IndicesService indicesService)
protected void doStart()
throws org.elasticsearch.ElasticsearchException
doStart in class org.elasticsearch.common.component.AbstractLifecycleComponent<SuggestService>org.elasticsearch.ElasticsearchExceptionprotected void doClose()
throws org.elasticsearch.ElasticsearchException
doClose in class org.elasticsearch.common.component.AbstractLifecycleComponent<SuggestService>org.elasticsearch.ElasticsearchExceptionprotected void doStop()
throws org.elasticsearch.ElasticsearchException
doStop in class org.elasticsearch.common.component.AbstractLifecycleComponent<SuggestService>org.elasticsearch.ElasticsearchExceptionCopyright © 2011-2014. All Rights Reserved.