mirror of https://github.com/apache/lucene.git
docs: move entry to 3.1 from 4.0
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1072020 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
ca24eb3c81
commit
e22ebc0fda
|
@ -53,14 +53,6 @@ Upgrading from Solr 3.1-dev
|
|||
legacy behavior should set a default value for the 'mm' param in
|
||||
their solrconfig.xml file.
|
||||
|
||||
* In previous releases, sorting or evaluating function queries on
|
||||
fields that were "multiValued" (either by explicit declaration in
|
||||
schema.xml or by implict behavior because the "version" attribute on
|
||||
the schema was less then 1.2) did not generally work, but it would
|
||||
sometimes silently act as if it succeeded and order the docs
|
||||
arbitrarily. Solr will now fail on any attempt to sort, or apply a
|
||||
function to, multi-valued fields
|
||||
|
||||
|
||||
|
||||
Detailed Change List
|
||||
|
@ -268,6 +260,14 @@ Upgrading from Solr 1.4
|
|||
|
||||
* readercycle script was removed. (SOLR-2046)
|
||||
|
||||
* In previous releases, sorting or evaluating function queries on
|
||||
fields that were "multiValued" (either by explicit declaration in
|
||||
schema.xml or by implict behavior because the "version" attribute on
|
||||
the schema was less then 1.2) did not generally work, but it would
|
||||
sometimes silently act as if it succeeded and order the docs
|
||||
arbitrarily. Solr will now fail on any attempt to sort, or apply a
|
||||
function to, multi-valued fields
|
||||
|
||||
Detailed Change List
|
||||
----------------------
|
||||
|
||||
|
|
Loading…
Reference in New Issue