more details about SOLR-127 in upgrading section .... (i could have swore i commited this a few days ago)

git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@639080 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Chris M. Hostetter 2008-03-19 23:57:14 +00:00
parent 319133730b
commit 958b7a0728
1 changed files with 4 additions and 3 deletions

View File

@ -29,9 +29,10 @@ Upgrading from Solr 1.2
Solr now recognizes HTTP Request headers related to HTTP Caching (see Solr now recognizes HTTP Request headers related to HTTP Caching (see
RFC 2616 sec13) and will by default respond with "304 Not Modified" RFC 2616 sec13) and will by default respond with "304 Not Modified"
when appropriate. This should only affect users who access Solr via when appropriate. This should only affect users who access Solr via
an HTTP Cache, but if you wish to supress this behavior an an HTTP Cache, or via a Web-browser that has an internal cache, but if
'<httpCaching never304="true" />' can be added to your solrconfig.xml. you wish to supress this behavior an '<httpCaching never304="true"/>'
See the wiki (or the example solrconfig.xml) for more details... option can be added to your solrconfig.xml. See the wiki (or the
example solrconfig.xml) for more details...
http://wiki.apache.org/solr/SolrConfigXml#HTTPCaching http://wiki.apache.org/solr/SolrConfigXml#HTTPCaching