[ 
https://issues.apache.org/jira/browse/SOLR-746?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Noble Paul updated SOLR-746:
----------------------------

    Attachment: SOLR-746.patch

added the code to JSON/XML/BINARY response writers to remove the header

NamedList now has an extra method  {{remove(String name)}}

> Make it possible to omit responseheader
> ---------------------------------------
>
>                 Key: SOLR-746
>                 URL: https://issues.apache.org/jira/browse/SOLR-746
>             Project: Solr
>          Issue Type: Improvement
>          Components: search
>    Affects Versions: 1.3
>            Reporter: Noble Paul
>             Fix For: 1.4
>
>         Attachments: SOLR-746.patch
>
>
> In a lot of cases we do not actually need the data included in the
> header.So we just waste bandwidth, processing to write and read this .
> And there are requests where the responses are quite small and too frequent  
> (say for auto-suggest feature) where this overhead is unnecessary
> we should add a request parameter omitHeader=true|false . Default
> should be false . If it is true let us not send the header itself
> http://markmail.org/message/rcobnn4g2qyzygmp

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to