co.diji.rest
Class SolrSearchHandlerRestAction

java.lang.Object
  extended by org.elasticsearch.common.component.AbstractComponent
      extended by org.elasticsearch.rest.BaseRestHandler
          extended by co.diji.rest.SolrSearchHandlerRestAction
All Implemented Interfaces:
org.elasticsearch.rest.RestHandler

public class SolrSearchHandlerRestAction
extends org.elasticsearch.rest.BaseRestHandler


Field Summary
 
Fields inherited from class org.elasticsearch.rest.BaseRestHandler
client
 
Fields inherited from class org.elasticsearch.common.component.AbstractComponent
componentSettings, logger, settings
 
Constructor Summary
SolrSearchHandlerRestAction(org.elasticsearch.common.settings.Settings settings, org.elasticsearch.client.Client client, org.elasticsearch.rest.RestController restController)
          Rest actions that mocks the Solr search handler
 
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
 

Constructor Detail

SolrSearchHandlerRestAction

@Inject
public SolrSearchHandlerRestAction(org.elasticsearch.common.settings.Settings settings,
                                          org.elasticsearch.client.Client client,
                                          org.elasticsearch.rest.RestController restController)
Rest actions that mocks the Solr search handler

Parameters:
settings - ES settings
client - ES client
restController - ES rest controller
Method Detail

handleRequest

public void handleRequest(org.elasticsearch.rest.RestRequest request,
                          org.elasticsearch.rest.RestChannel channel)


Copyright © 2011-2012. All Rights Reserved.