Enum Class SolrDispatchFilter.Action

java.lang.Object
java.lang.Enum<SolrDispatchFilter.Action>
org.apache.solr.servlet.SolrDispatchFilter.Action
All Implemented Interfaces:
Serializable, Comparable<SolrDispatchFilter.Action>, Constable
Enclosing class:
SolrDispatchFilter

public static enum SolrDispatchFilter.Action extends Enum<SolrDispatchFilter.Action>
Enum to define action that needs to be processed. PASSTHROUGH: Pass through to another filter via webapp. FORWARD: Forward rewritten URI (without path prefix and core/collection name) to another filter in the chain RETURN: Returns the control, and no further specific processing is needed. This is generally when an error is set and returned. RETRY:Retry the request. In cases when a core isn't found to work with, this is set.