mirror of https://github.com/apache/lucene.git
adding master/slave upgrade notice
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@641660 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
85819cd41e
commit
fe6debb2a5
17
CHANGES.txt
17
CHANGES.txt
|
@ -25,12 +25,19 @@ $Id$
|
||||||
|
|
||||||
Upgrading from Solr 1.2
|
Upgrading from Solr 1.2
|
||||||
-----------------------
|
-----------------------
|
||||||
|
IMPORTANT UPGRADE NOTE: In a master/slave configuration, all searchers/slaves
|
||||||
|
should be upgraded before the master! If the master were to be updated
|
||||||
|
first, the older searchers would not be able to read the new index format.
|
||||||
|
|
||||||
Solr 1.3 includes a newer version of Lucene (2.3.1). The new index
|
Older Apache Solr installations can be upgraded by replacing
|
||||||
format is not readable by older versions of Lucene. Existing indexes
|
the relevant war file with the new version. No changes to configuration
|
||||||
will be automatically converted to the new format after the first
|
files should be needed.
|
||||||
<update> command. Be sure to backup your index before upgrading in
|
|
||||||
case you need to downgrade.
|
This version of Solr contains a new version of Lucene implementing
|
||||||
|
an updated index format. This version of Solr/Lucene can still read
|
||||||
|
and update indexes in the older formats, and will convert them to the new
|
||||||
|
format on the first index change. Be sure to backup your index before
|
||||||
|
upgrading in case you need to downgrade.
|
||||||
|
|
||||||
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"
|
||||||
|
|
Loading…
Reference in New Issue