Uses of Class
org.apache.solr.servlet.HttpSolrCall
-
Packages that use HttpSolrCall Package Description org.apache.solr.api Commonly used classes for Solr V2 API.org.apache.solr.request APIs and classes for dealing with Solr requestsorg.apache.solr.servlet Servlet related classes for powering the Solr HTTP API -
-
Uses of HttpSolrCall in org.apache.solr.api
Subclasses of HttpSolrCall in org.apache.solr.api Modifier and Type Class Description classCoordinatorV2HttpSolrCallclassV2HttpCall -
Uses of HttpSolrCall in org.apache.solr.request
Methods in org.apache.solr.request that return HttpSolrCall Modifier and Type Method Description HttpSolrCallDelegatingSolrQueryRequest. getHttpSolrCall()default HttpSolrCallSolrQueryRequest. getHttpSolrCall() -
Uses of HttpSolrCall in org.apache.solr.servlet
Subclasses of HttpSolrCall in org.apache.solr.servlet Modifier and Type Class Description classCoordinatorHttpSolrCallA coordinator node can serve requests as if it hosts all collections in the cluster.Methods in org.apache.solr.servlet that return HttpSolrCall Modifier and Type Method Description HttpSolrCallCoordinatorHttpSolrCall.Factory. createInstance(SolrDispatchFilter filter, String path, CoreContainer cores, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, boolean retry)default HttpSolrCallSolrDispatchFilter.HttpSolrCallFactory. createInstance(SolrDispatchFilter filter, String path, CoreContainer cores, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, boolean retry)protected HttpSolrCallSolrDispatchFilter. getHttpSolrCall(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, boolean retry)Allow a subclass to modify the HttpSolrCall.Methods in org.apache.solr.servlet with parameters of type HttpSolrCall Modifier and Type Method Description static SolrCoreCoordinatorHttpSolrCall. getCore(CoordinatorHttpSolrCall.Factory factory, HttpSolrCall solrCall, String collectionName, boolean isPreferLeader)static SolrQueryRequestCoordinatorHttpSolrCall. wrappedReq(SolrQueryRequest delegate, String collectionName, HttpSolrCall httpSolrCall)
-