SOLR-13286 changes comment to correct section

This commit is contained in:
Gus Heck 2020-06-26 18:12:09 -04:00
parent 455f2e6c73
commit b7f8baab05
1 changed files with 3 additions and 3 deletions

View File

@ -25,9 +25,6 @@ Improvements
* SOLR-14387: SolrClient.getById() will escape comma separater within ids (Markus Schuch via Mike Drob)
* SOLR-13286: Metrics will no longer write a (sometimes large) log message every minute. This can be re-enabled
via log4j2.xml if desired, or other HttpSolrCall log messages may be quieted on a per handler basis. (Gus Heck)
Other Changes
----------------------
* LUCENE-9391: Upgrade HPPC to 0.8.2. (Haoyu Zhai)
@ -169,6 +166,9 @@ Improvements
SOLR_HOME, SOLR_DATA_HOME or coreRootDir. Added new solr.xml config 'allowPaths', controlled by system property
'solr.allowPaths' that allows you to add other allowed paths when needed.
* SOLR-13286: Metrics will no longer write a (sometimes large) log message every minute. This can be re-enabled
via log4j2.xml if desired, or other HttpSolrCall log messages may be quieted on a per handler basis. (Gus Heck)
Optimizations
---------------------
* SOLR-8306: Do not collect expand documents when expand.rows=0 (Marshall Sanders, Amelia Henderson)