Re: Enable Gzip compression Solr 6.0

2017-06-02 Thread nilaksh
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

Re: Enable Gzip compression Solr 6.0

2017-04-13 Thread Rick Leir
Hi Mahmoud Beware of using a proxy. Your web application will get attacked, and you should only forward the parameters that are needed for your app features. But you thought of that already. Cheers -- Rick On April 12, 2017 11:39:57 PM EDT, Mahmoud Almokadem wrote:

Re: Enable Gzip compression Solr 6.0

2017-04-12 Thread Mahmoud Almokadem
Thanks Rick, I already running Solr on my infrastructure and behind a web application. The web application is working as a proxy before Solr, so I think I can compress the content on Solr end. But I have made it on the proxy now. Thanks again, Mahmoud > On Apr 12, 2017, at 4:31 PM, Rick

Re: Enable Gzip compression Solr 6.0

2017-04-12 Thread Rick Leir
Hi Mahmoud I assume you are running Solr 'behind' a web application, so Solr is not directly on the net. The gzip compression is an Apache thing, and relates to your web application. Connections to Solr are within your infrastructure, so you might not want to gzip them. But maybe your setup​

Enable Gzip compression Solr 6.0

2017-04-12 Thread Mahmoud Almokadem
Hello, How can I enable Gzip compression for Solr 6.0 to save bandwidth between the server and clients? Thanks, Mahmoud