Package | Description |
---|---|
org.apache.solr.servlet |
Servlet related classes for powering the Solr HTTP API
|
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-2018 Apache Software Foundation. All Rights Reserved.