mirror of https://github.com/apache/lucene.git
SOLR-10254, 10085: Update CHANGES.txt
This commit is contained in:
parent
9f935735b0
commit
2064532417
|
@ -100,6 +100,7 @@ Velocity 1.7 and Velocity Tools 2.0
|
||||||
Apache UIMA 2.3.1
|
Apache UIMA 2.3.1
|
||||||
Apache ZooKeeper 3.4.6
|
Apache ZooKeeper 3.4.6
|
||||||
Jetty 9.3.14.v20161028
|
Jetty 9.3.14.v20161028
|
||||||
|
Apache Calcite 1.11.0
|
||||||
|
|
||||||
Detailed Change List
|
Detailed Change List
|
||||||
----------------------
|
----------------------
|
||||||
|
@ -111,6 +112,11 @@ Upgrade Notes
|
||||||
number of requests. New Codahale Metrics implementation applies exponential decay to this value,
|
number of requests. New Codahale Metrics implementation applies exponential decay to this value,
|
||||||
which heavily biases the average towards the last 5 minutes. (ab)
|
which heavily biases the average towards the last 5 minutes. (ab)
|
||||||
|
|
||||||
|
* SOLR-8593: Parallel SQL now uses Apache Calcite as it's SQL framework. As part of this change
|
||||||
|
the default aggregation mode has been changed to facet rather map_reduce. There has also beeen changes
|
||||||
|
to the SQL aggregate response and some SQL syntax changes. Consult the documentation for full details.
|
||||||
|
|
||||||
|
|
||||||
New Features
|
New Features
|
||||||
----------------------
|
----------------------
|
||||||
|
|
||||||
|
@ -187,6 +193,10 @@ New Features
|
||||||
|
|
||||||
* SOLR-10046: Add UninvertDocValuesMergePolicyFactory class. (Keith Laban, Christine Poerschke)
|
* SOLR-10046: Add UninvertDocValuesMergePolicyFactory class. (Keith Laban, Christine Poerschke)
|
||||||
|
|
||||||
|
* SOLR-10085: SQL result set fields should be ordered by the field list (Joel Bernstein)
|
||||||
|
|
||||||
|
* SOLR-10254: significantTerms Streaming Expression should work in non-SolrCloud mode (Joel Bernstein)
|
||||||
|
|
||||||
Bug Fixes
|
Bug Fixes
|
||||||
----------------------
|
----------------------
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue