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 
application running on top of a standard Web container, it expects the 
container to handle compression issues.
+ 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.
  = Tomcat =
  To use Tomcat's native compression, configure the following settings in the 
Connector section.
  
- example:
+ For example:
  {{{
  <Connector compression="on" 
  compressableMimeType="text/html,text/xml,text/plain" 

Reply via email to