org.elasticsearch.action.mlt
Class MoreLikeThisAction

java.lang.Object
  extended by org.elasticsearch.action.GenericAction<Request,Response>
      extended by org.elasticsearch.action.Action<MoreLikeThisRequest,SearchResponse,MoreLikeThisRequestBuilder>
          extended by org.elasticsearch.action.mlt.MoreLikeThisAction

public class MoreLikeThisAction
extends Action<MoreLikeThisRequest,SearchResponse,MoreLikeThisRequestBuilder>


Field Summary
static MoreLikeThisAction INSTANCE
           
static String NAME
           
 
Method Summary
 MoreLikeThisRequestBuilder newRequestBuilder(Client client)
           
 SearchResponse newResponse()
          Creates a new response instance.
 
Methods inherited from class org.elasticsearch.action.GenericAction
equals, hashCode, name, transportOptions
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

INSTANCE

public static final MoreLikeThisAction INSTANCE

NAME

public static final String NAME
See Also:
Constant Field Values
Method Detail

newResponse

public SearchResponse newResponse()
Description copied from class: GenericAction
Creates a new response instance.

Specified by:
newResponse in class GenericAction<MoreLikeThisRequest,SearchResponse>

newRequestBuilder

public MoreLikeThisRequestBuilder newRequestBuilder(Client client)
Specified by:
newRequestBuilder in class Action<MoreLikeThisRequest,SearchResponse,MoreLikeThisRequestBuilder>


Copyright © 2009-2012. All Rights Reserved.