mirror of https://github.com/apache/lucene.git
SOLR-6779: adjust trunk CHANGES to reflect the merge to 5x
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1648463 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
0ff1e75b74
commit
c9f16b3e37
|
@ -12,7 +12,7 @@ See http://lucene.apache.org/solr for more information.
|
||||||
|
|
||||||
Getting Started
|
Getting Started
|
||||||
---------------
|
---------------
|
||||||
You need a Java 1.7 VM or later installed.
|
You need a Java 1.8 VM or later installed.
|
||||||
In this release, there is an example Solr server including a bundled
|
In this release, there is an example Solr server including a bundled
|
||||||
servlet container in the directory named "example".
|
servlet container in the directory named "example".
|
||||||
See the tutorial at http://lucene.apache.org/solr/tutorial.html
|
See the tutorial at http://lucene.apache.org/solr/tutorial.html
|
||||||
|
@ -49,9 +49,6 @@ Other Changes
|
||||||
|
|
||||||
* SOLR-6435: Add bin/post script to simplify posting content to Solr (ehatcher)
|
* SOLR-6435: Add bin/post script to simplify posting content to Solr (ehatcher)
|
||||||
|
|
||||||
* SOLR-6779: fix /browse for schemaless example (ehatcher)
|
|
||||||
|
|
||||||
|
|
||||||
================== 5.0.0 ==================
|
================== 5.0.0 ==================
|
||||||
|
|
||||||
Consult the LUCENE_CHANGES.txt file for additional, low level, changes in this release
|
Consult the LUCENE_CHANGES.txt file for additional, low level, changes in this release
|
||||||
|
@ -372,6 +369,9 @@ Bug Fixes
|
||||||
* SOLR-6899: Change public setter for CollectionAdminRequest.action to protected.
|
* SOLR-6899: Change public setter for CollectionAdminRequest.action to protected.
|
||||||
(Anshum Gupta)
|
(Anshum Gupta)
|
||||||
|
|
||||||
|
* SOLR-6779: fix /browse for schemaless example (ehatcher)
|
||||||
|
|
||||||
|
|
||||||
Optimizations
|
Optimizations
|
||||||
----------------------
|
----------------------
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue