[
https://issues.apache.org/jira/browse/SOLR-4018?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Markus Jelsma updated SOLR-4018:
--------------------------------
Description:
SolrDispatchFilter should be able to write QTime and Hits HTTP headers via
configuration.
{code}
<requestDispatcher handleSelect="true" >
<requestParsers enableRemoteStreaming="false"
multipartUploadLimitInKB="2048000" />
<httpCaching never304="true" />
<httpHeaders qtime="true" hits="true"/>
</requestDispatcher>
{code}
was:SolrDispatchFilter should be able to write QTime and Hits HTTP headers
via configuration.
> Dispatcher to optionally write QTime and Hits HTTP header
> ---------------------------------------------------------
>
> Key: SOLR-4018
> URL: https://issues.apache.org/jira/browse/SOLR-4018
> Project: Solr
> Issue Type: Improvement
> Affects Versions: 4.0
> Reporter: Markus Jelsma
> Fix For: 4.1, 5.0
>
>
> SolrDispatchFilter should be able to write QTime and Hits HTTP headers via
> configuration.
> {code}
> <requestDispatcher handleSelect="true" >
> <requestParsers enableRemoteStreaming="false"
> multipartUploadLimitInKB="2048000" />
> <httpCaching never304="true" />
> <httpHeaders qtime="true" hits="true"/>
> </requestDispatcher>
> {code}
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]