| Package | Description |
|---|---|
| org.apache.solr.api |
Commonly used classes for Solr V2 API.
|
| org.apache.solr.request |
APIs and classes for dealing with Solr requests
|
| org.apache.solr.servlet |
Servlet related classes for powering the Solr HTTP API
|
| Modifier and Type | Class and Description |
|---|---|
class |
V2HttpCall |
| Modifier and Type | Method and Description |
|---|---|
default HttpSolrCall |
SolrQueryRequest.getHttpSolrCall() |
| Modifier and Type | Method and Description |
|---|---|
protected HttpSolrCall |
SolrDispatchFilter.getHttpSolrCall(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
boolean retry)
Allow a subclass to modify the HttpSolrCall.
|
Copyright © 2000-2021 Apache Software Foundation. All Rights Reserved.