de.spinscale.elasticsearch.rest.action.suggest
Class RestRefreshSuggestAction
java.lang.Object
org.elasticsearch.common.component.AbstractComponent
org.elasticsearch.rest.BaseRestHandler
de.spinscale.elasticsearch.rest.action.suggest.RestRefreshSuggestAction
- All Implemented Interfaces:
- org.elasticsearch.rest.RestHandler
public class RestRefreshSuggestAction
- extends org.elasticsearch.rest.BaseRestHandler
| Fields inherited from class org.elasticsearch.rest.BaseRestHandler |
client |
| Fields inherited from class org.elasticsearch.common.component.AbstractComponent |
componentSettings, logger, settings |
|
Constructor Summary |
RestRefreshSuggestAction(org.elasticsearch.common.settings.Settings settings,
org.elasticsearch.client.Client client,
org.elasticsearch.rest.RestController controller)
|
|
Method Summary |
void |
handleRequest(org.elasticsearch.rest.RestRequest request,
org.elasticsearch.rest.RestChannel channel)
|
| 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 |
RestRefreshSuggestAction
@Inject
public RestRefreshSuggestAction(org.elasticsearch.common.settings.Settings settings,
org.elasticsearch.client.Client client,
org.elasticsearch.rest.RestController controller)
handleRequest
public void handleRequest(org.elasticsearch.rest.RestRequest request,
org.elasticsearch.rest.RestChannel channel)
Copyright © 2011-2013. All Rights Reserved.