mirror of https://github.com/apache/lucene.git
SOLR-13286 changes comment to correct section
This commit is contained in:
parent
455f2e6c73
commit
b7f8baab05
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue