You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by "Markus Jelsma (JIRA)" <ji...@apache.org> on 2013/01/04 18:42:13 UTC

[jira] [Commented] (SOLR-4018) Dispatcher to optionally write QTime and Hits HTTP header

    [ https://issues.apache.org/jira/browse/SOLR-4018?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13544057#comment-13544057 ] 

Markus Jelsma commented on SOLR-4018:
-------------------------------------

Sorry, i missed your comment completely. We run this patch in production and use SolrJ for indexing only. We've not seen any issue with this patch for the past two months.
                
> 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.2, 5.0
>
>         Attachments: SOLR-4018-trunk-1.patch, SOLR-4018-trunk-2.patch
>
>
> 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: dev-unsubscribe@lucene.apache.org
For additional commands, e-mail: dev-help@lucene.apache.org