de.spinscale.elasticsearch.service.suggest
Class SuggestService

java.lang.Object
  extended by org.elasticsearch.common.component.AbstractComponent
      extended by org.elasticsearch.common.component.AbstractLifecycleComponent<SuggestService>
          extended by de.spinscale.elasticsearch.service.suggest.SuggestService
All Implemented Interfaces:
org.elasticsearch.common.component.CloseableComponent, org.elasticsearch.common.component.LifecycleComponent<SuggestService>

public class SuggestService
extends org.elasticsearch.common.component.AbstractLifecycleComponent<SuggestService>


Nested Class Summary
 class SuggestService.SuggestUpdaterThread
           
 
Field Summary
 
Fields inherited from class org.elasticsearch.common.component.AbstractLifecycleComponent
lifecycle
 
Fields inherited from class org.elasticsearch.common.component.AbstractComponent
componentSettings, logger, settings
 
Constructor Summary
SuggestService(org.elasticsearch.common.settings.Settings settings, TransportSuggestRefreshAction suggestRefreshAction, org.elasticsearch.cluster.ClusterService clusterService, org.elasticsearch.indices.IndicesService indicesService)
           
 
Method Summary
protected  void doClose()
           
protected  void doStart()
           
protected  void doStop()
           
 
Methods inherited from class org.elasticsearch.common.component.AbstractLifecycleComponent
addLifecycleListener, close, lifecycleState, removeLifecycleListener, start, stop
 
Methods inherited from class org.elasticsearch.common.component.AbstractComponent
nodeName
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SuggestService

@Inject
public SuggestService(org.elasticsearch.common.settings.Settings settings,
                             TransportSuggestRefreshAction suggestRefreshAction,
                             org.elasticsearch.cluster.ClusterService clusterService,
                             org.elasticsearch.indices.IndicesService indicesService)
Method Detail

doStart

protected void doStart()
                throws org.elasticsearch.ElasticSearchException
Specified by:
doStart in class org.elasticsearch.common.component.AbstractLifecycleComponent<SuggestService>
Throws:
org.elasticsearch.ElasticSearchException

doClose

protected void doClose()
                throws org.elasticsearch.ElasticSearchException
Specified by:
doClose in class org.elasticsearch.common.component.AbstractLifecycleComponent<SuggestService>
Throws:
org.elasticsearch.ElasticSearchException

doStop

protected void doStop()
               throws org.elasticsearch.ElasticSearchException
Specified by:
doStop in class org.elasticsearch.common.component.AbstractLifecycleComponent<SuggestService>
Throws:
org.elasticsearch.ElasticSearchException


Copyright © 2011-2013. All Rights Reserved.