You are viewing a plain text version of this content. The canonical link for it is here.
Posted to solr-commits@lucene.apache.org by Apache Wiki <wi...@apache.org> on 2009/06/10 21:32:20 UTC

[Solr Wiki] Trivial Update of "SolrHttpCompression" by JohnBennett

Dear Wiki user,

You have subscribed to a wiki page or wiki category on "Solr Wiki" for change notification.

The following page has been changed by JohnBennett:
http://wiki.apache.org/solr/SolrHttpCompression

------------------------------------------------------------------------------
- Solr does not respect the HTTP headers for compression. Since it is a web app running on top of a standard web container it expects the container to handle these.
+ Solr does not respect the HTTP headers for compression. Since it is a Web application running on top of a standard Web container, it expects the container to handle compression issues.
  = Tomcat =
- The following settings are to be done in the Connector section to use Tomcat's native compression
+ To use Tomcat's native compression, configure the following settings in the Connector section.
  
  example:
  {{{
@@ -11, +11 @@

  compressionMinSize="2048"/>
  }}}
  
- [http://tomcat.apache.org/tomcat-5.5-doc/config/http.html#Standard%20Implementation See here] for more details 
+ [http://tomcat.apache.org/tomcat-5.5-doc/config/http.html#Standard%20Implementation See here] for more details. 
  
  = Jetty =
  [http://docs.codehaus.org/display/JETTY/GZIP+Compression See here ] for details