Package org.apache.solr.jersey
Interface RequestContextKeys
public interface RequestContextKeys
Keys used to store and retrieve values from the Jersey request context.
Properties are generally set in V2HttpCall's 'invokeJerseyRequest' and retrieved in individual
ContainerRequestFilters using ContainerRequestContext.getProperty(String)
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final StringA flag set byNotFoundExceptionMapperindicating that a 404 error response was suppressed.static final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final StringA flag read byNotFoundExceptionMapperto suppress its normal error responsestatic final String
-
Field Details
-
HTTP_SERVLET_REQ
-
HTTP_SERVLET_RSP
-
SOLR_QUERY_REQUEST
-
SOLR_QUERY_RESPONSE
-
CORE_CONTAINER
-
RESOURCE_TO_RH_MAPPING
-
SOLR_CORE
-
REQUEST_TYPE
-
SOLR_PARAMS
-
COLLECTION_LIST
- See Also:
-
HANDLER_METRICS
-
TIMER
-
SOLR_JERSEY_RESPONSE
-
SUPPRESS_ERROR_ON_NOT_FOUND_EXCEPTION
A flag read byNotFoundExceptionMapperto suppress its normal error responseUsed primarily to allow Solr to lookup certain APIs in multiple JAX-RS applications.
- See Also:
-
NOT_FOUND_FLAG
A flag set byNotFoundExceptionMapperindicating that a 404 error response was suppressed.Used primarily to allow Solr to lookup certian APIs in multiple JAX-RS applications.
- See Also:
-