You are viewing a plain text version of this content. The canonical link for it is here.
Posted to solr-user@lucene.apache.org by nilaksh <ni...@gmail.com> on 2017/06/02 14:51:25 UTC

Re: Enable Gzip compression Solr 6.0

Hi Rick,

I am not sure that Solr can take that stand once it stopped producing a
standalone war (Rationale for which is rather well documented here:
https://wiki.apache.org/solr/WhyNoWar)
If Solr is asking users not to use standalone containers and wants to be
used as a Server then it must provide optimisations like compression that a
http-server (as http is the protocol supported).

Communication between a Java Web APP and Solr would also be over the wire
and in any decent setup will be likely to get congested under load. Thus,
its important to have the facility to gzip compress communication between
Solr and clients



--
View this message in context: http://lucene.472066.n3.nabble.com/Enable-Gzip-compression-Solr-6-0-tp4329496p4338648.html
Sent from the Solr - User mailing list archive at Nabble.com.