public class HttpSolrCall extends Object
| Modifier and Type | Method and Description |
|---|---|
org.apache.solr.servlet.SolrDispatchFilter.Action |
call()
This method processes the request.
|
protected void |
execute(SolrQueryResponse rsp) |
List<String> |
getCollectionsList() |
SolrCore |
getCore() |
String |
getPath() |
SolrParams |
getQueryParams() |
javax.servlet.http.HttpServletRequest |
getReq() |
AuthorizationContext.RequestType |
getRequestType() |
protected void |
sendError(Throwable ex) |
public AuthorizationContext.RequestType getRequestType()
public String getPath()
public javax.servlet.http.HttpServletRequest getReq()
public SolrCore getCore()
public SolrParams getQueryParams()
public org.apache.solr.servlet.SolrDispatchFilter.Action call()
throws IOException
IOExceptionprotected void sendError(Throwable ex) throws IOException
IOExceptionprotected void execute(SolrQueryResponse rsp)
Copyright © 2000-2015 Apache Software Foundation. All Rights Reserved.