|
Size: 637
Comment:
|
← Revision 5 as of 2009-09-20 22:05:01 ⇥
Size: 641
Comment: converted to 1.6 markup
|
| Deletions are marked like this. | Additions are marked like this. |
| Line 12: | Line 12: |
| [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. |
| Line 15: | Line 15: |
| [http://docs.codehaus.org/display/JETTY/GZIP+Compression See here ] for details | [[http://docs.codehaus.org/display/JETTY/GZIP+Compression|See here ]] for details |
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.
For example:
<Connector compression="on" compressableMimeType="text/html,text/xml,text/plain" compressionMinSize="2048"/>
See here for more details.
Jetty
See here for details