| Package | Description |
|---|---|
| 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 | Field and Description |
|---|---|
protected SolrDispatchFilter.Action |
SolrRequestInfo.action |
| Modifier and Type | Method and Description |
|---|---|
SolrDispatchFilter.Action |
SolrRequestInfo.getAction() |
| Modifier and Type | Method and Description |
|---|---|
void |
SolrRequestInfo.setAction(SolrDispatchFilter.Action action) |
| Constructor and Description |
|---|
SolrRequestInfo(javax.servlet.http.HttpServletRequest httpReq,
SolrQueryResponse rsp,
SolrDispatchFilter.Action action) |
SolrRequestInfo(SolrQueryRequest req,
SolrQueryResponse rsp,
SolrDispatchFilter.Action action) |
| Modifier and Type | Field and Description |
|---|---|
protected SolrDispatchFilter.Action |
HttpSolrCall.action |
| Modifier and Type | Method and Description |
|---|---|
SolrDispatchFilter.Action |
HttpSolrCall.call()
This method processes the request.
|
static SolrDispatchFilter.Action |
SolrDispatchFilter.Action.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SolrDispatchFilter.Action[] |
SolrDispatchFilter.Action.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2000-2020 Apache Software Foundation. All Rights Reserved.