public class MoreLikeThisAction extends ClientAction<MoreLikeThisRequest,SearchResponse,MoreLikeThisRequestBuilder>
Modifier and Type | Field and Description |
---|---|
static MoreLikeThisAction |
INSTANCE |
static String |
NAME |
Modifier and Type | Method and Description |
---|---|
MoreLikeThisRequestBuilder |
newRequestBuilder(Client client)
Creates a new request builder given the client provided as argument
|
SearchResponse |
newResponse()
Creates a new response instance.
|
equals, hashCode, name, transportOptions
public static final MoreLikeThisAction INSTANCE
public static final String NAME
public SearchResponse newResponse()
GenericAction
newResponse
in class GenericAction<MoreLikeThisRequest,SearchResponse>
public MoreLikeThisRequestBuilder newRequestBuilder(Client client)
Action
newRequestBuilder
in class Action<MoreLikeThisRequest,SearchResponse,MoreLikeThisRequestBuilder,Client>
Copyright © 2009–2015. All rights reserved.