public class V2HttpCall extends HttpSolrCall
| Modifier and Type | Class and Description | 
|---|---|
static class  | 
V2HttpCall.CompositeApi  | 
action, collectionsList, config, core, cores, coreUrl, handler, invalidStates, origCorename, path, queryParams, req, requestType, response, retry, solrDispatchFilter, solrReq| Constructor and Description | 
|---|
V2HttpCall(SolrDispatchFilter solrDispatchFilter,
          CoreContainer cc,
          javax.servlet.http.HttpServletRequest request,
          javax.servlet.http.HttpServletResponse response,
          boolean retry)  | 
| Modifier and Type | Method and Description | 
|---|---|
protected Object | 
_getHandler()  | 
protected void | 
execute(SolrQueryResponse rsp)  | 
static Api | 
getApiInfo(PluginBag<SolrRequestHandler> requestHandlers,
          String path,
          String method,
          String fullPath,
          Map<String,String> parts)  | 
protected DocCollection | 
getDocCollection(String collectionName)  | 
protected QueryResponseWriter | 
getResponseWriter()  | 
protected ValidatingJsonMap | 
getSpec()  | 
Map<String,String> | 
getUrlParts()  | 
protected Map<String,JsonSchemaValidator> | 
getValidators()  | 
protected void | 
handleAdmin(SolrQueryResponse solrResp)  | 
protected void | 
init()  | 
protected void | 
parseRequest()  | 
addCollectionParamIfNeeded, autoCreateSystemColl, call, extractHandlerFromURLPath, extractRemotePath, getAliases, getCollectionsList, getCommands, getCore, getCoreByCollection, getPath, getQueryParams, getReq, getRequestType, resolveCollectionListOrAlias, sendError, sendErrorpublic V2HttpCall(SolrDispatchFilter solrDispatchFilter, CoreContainer cc, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, boolean retry)
protected void init()
             throws Exception
init in class HttpSolrCallExceptionprotected DocCollection getDocCollection(String collectionName)
public static Api getApiInfo(PluginBag<SolrRequestHandler> requestHandlers, String path, String method, String fullPath, Map<String,String> parts)
protected void handleAdmin(SolrQueryResponse solrResp)
handleAdmin in class HttpSolrCallprotected void execute(SolrQueryResponse rsp)
execute in class HttpSolrCallprotected Object _getHandler()
_getHandler in class HttpSolrCallprotected QueryResponseWriter getResponseWriter()
getResponseWriter in class HttpSolrCallprotected ValidatingJsonMap getSpec()
getSpec in class HttpSolrCallprotected Map<String,JsonSchemaValidator> getValidators()
getValidators in class HttpSolrCallCopyright © 2000-2017 Apache Software Foundation. All Rights Reserved.