mirror of https://github.com/apache/lucene.git
parent
04f44399ba
commit
4dece1ae17
|
@ -21,8 +21,6 @@ Improvements
|
||||||
* SOLR-11725: Use corrected sample formula for computing stdDev and variance in JSON aggregations
|
* SOLR-11725: Use corrected sample formula for computing stdDev and variance in JSON aggregations
|
||||||
(hossman, Munendra S N, yonik)
|
(hossman, Munendra S N, yonik)
|
||||||
|
|
||||||
* SOLR-14396: TaggerRequestHandler should not error on an empty index (Trey Grainger)
|
|
||||||
|
|
||||||
Other Changes
|
Other Changes
|
||||||
----------------------
|
----------------------
|
||||||
* SOLR-10288: Remove non-minified JavaScript from the webapp. (Erik Hatcher, marcussorealheis)
|
* SOLR-10288: Remove non-minified JavaScript from the webapp. (Erik Hatcher, marcussorealheis)
|
||||||
|
@ -84,6 +82,8 @@ Improvements
|
||||||
|
|
||||||
* SOLR-14364: LTR's SolrFeature "fq" now supports PostFilters (e.g. collapse). (David Smiley)
|
* SOLR-14364: LTR's SolrFeature "fq" now supports PostFilters (e.g. collapse). (David Smiley)
|
||||||
|
|
||||||
|
* SOLR-14396: TaggerRequestHandler should not error on an empty index (Trey Grainger)
|
||||||
|
|
||||||
Optimizations
|
Optimizations
|
||||||
---------------------
|
---------------------
|
||||||
* SOLR-8306: Do not collect expand documents when expand.rows=0 (Marshall Sanders, Amelia Henderson)
|
* SOLR-8306: Do not collect expand documents when expand.rows=0 (Marshall Sanders, Amelia Henderson)
|
||||||
|
|
Loading…
Reference in New Issue