Jan Høydahl created SOLR-10999:
----------------------------------

             Summary: Support "Accept-Encoding" header to enable response gzip 
compression
                 Key: SOLR-10999
                 URL: https://issues.apache.org/jira/browse/SOLR-10999
             Project: Solr
          Issue Type: Improvement
      Security Level: Public (Default Security Level. Issues are Public)
          Components: Server
            Reporter: Jan Høydahl


Spinoff from 
[email|https://lists.apache.org/thread.html/b4ec90b01bc075a98947e77b0a683308f760221dccb11be5819d1601@%3Cdev.lucene.apache.org%3E]

Accept-Encoding:

Advertises which content encoding, usually a compression algorithm, the client 
is able to understand
https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Accept-Encoding

Could enable compression of large search results. SOLR-856 suggests that this 
is implemented,
but it does not work. Seems it is only implemented for replication. I’d expect 
this to be useful for
large /export or /stream requests. Example:
Accept-Encoding: gzip

Could be configured in web.xml with 
http://www.eclipse.org/jetty/documentation/9.1.5.v20140505/gzip-filter.html



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to