org.elasticsearch.action.mlt
Class TransportMoreLikeThisAction

java.lang.Object
  extended by org.elasticsearch.common.component.AbstractComponent
      extended by org.elasticsearch.action.support.TransportAction<MoreLikeThisRequest,SearchResponse>
          extended by org.elasticsearch.action.mlt.TransportMoreLikeThisAction

public class TransportMoreLikeThisAction
extends TransportAction<MoreLikeThisRequest,SearchResponse>

The more like this action.


Field Summary
 
Fields inherited from class org.elasticsearch.action.support.TransportAction
threadPool
 
Fields inherited from class org.elasticsearch.common.component.AbstractComponent
componentSettings, logger, settings
 
Constructor Summary
TransportMoreLikeThisAction(Settings settings, ThreadPool threadPool, TransportSearchAction searchAction, TransportGetAction getAction, ClusterService clusterService, IndicesService indicesService, TransportService transportService)
           
 
Method Summary
protected  void doExecute(MoreLikeThisRequest request, ActionListener<SearchResponse> listener)
           
 
Methods inherited from class org.elasticsearch.action.support.TransportAction
execute, execute
 
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

TransportMoreLikeThisAction

@Inject
public TransportMoreLikeThisAction(Settings settings,
                                          ThreadPool threadPool,
                                          TransportSearchAction searchAction,
                                          TransportGetAction getAction,
                                          ClusterService clusterService,
                                          IndicesService indicesService,
                                          TransportService transportService)
Method Detail

doExecute

protected void doExecute(MoreLikeThisRequest request,
                         ActionListener<SearchResponse> listener)
Specified by:
doExecute in class TransportAction<MoreLikeThisRequest,SearchResponse>


Copyright © 2009-2012. All Rights Reserved.