mirror of https://github.com/apache/lucene.git
improve upgrading instructions for 4.3 ... grouped by theme, and more focused on what people need to be concerned with instead of just cut/paste the changes entry for each jira.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1469508 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
dd0b36d053
commit
f6d497e9e7
|
@ -67,27 +67,25 @@ Apache ZooKeeper 3.4.5
|
|||
Upgrading from Solr 4.2.0
|
||||
----------------------
|
||||
|
||||
* SOLR-4623: The output path for copyFields and dynamicFields has been changed
|
||||
from all lowercase "copyfields" and "dynamicfields" to camelCase "copyFields"
|
||||
and "dynamicFields", respectively, to align with all other schema REST API
|
||||
outputs, which use camelCase. The URL format remains the same: all resource
|
||||
names are lowercase.
|
||||
* In the schema REST API, the output path for copyFields and dynamicFields
|
||||
has been changed from all lowercase "copyfields" and "dynamicfields" to
|
||||
camelCase "copyFields" and "dynamicFields", respectively, to align with all
|
||||
other schema REST API outputs, which use camelCase. The URL format remains
|
||||
the same: all resource names are lowercase. See SOLR-4623 for details.
|
||||
|
||||
* SOLR-3706: Slf4j/logging jars are no longer included in the Solr webapp. All
|
||||
logging jars are now in example/lib/ext. If you are using another webapp
|
||||
container, these jars will need to go in the corresponding location for that
|
||||
container. Changing logging impls is now as easy as updating the jars in this
|
||||
folder with those necessary for the logging impl you would like. For more
|
||||
details, see the Slf4j documentation.
|
||||
* Slf4j/logging jars are no longer included in the Solr webapp. All logging
|
||||
jars are now in example/lib/ext. Changing logging impls is now as easy as
|
||||
updating the jars in this folder with those necessary for the logging impl
|
||||
you would like. If you are using another webapp container, these jars will
|
||||
need to go in the corresponding location for that container.
|
||||
In conjunction, the dist-excl-slf4j and dist-war-excl-slf4 build targets
|
||||
have been removed since they are redundent. See the Slf4j documentation,
|
||||
SOLR-3706, and SOLR-4651 for more details.
|
||||
|
||||
* SOLR-4651: The dist-excl-slf4j build target no longer exists. SOLR-3706
|
||||
eliminated the dist-war-excl-slf4j target and made dist-excl-slf4j
|
||||
redundant.
|
||||
|
||||
* SOLR-4622: The hardcoded SolrCloud defaults for 'hostContext="solr"' and
|
||||
* The hardcoded SolrCloud defaults for 'hostContext="solr"' and
|
||||
'hostPort="8983"' have been deprecated and will be removed in Solr 5.0.
|
||||
Existing solr.xml files that do not have these options explicitly specified
|
||||
should be updated accordingly.
|
||||
should be updated accordingly. See SOLR-4622 for more details.
|
||||
|
||||
|
||||
Detailed Change List
|
||||
|
|
Loading…
Reference in New Issue