mirror of https://github.com/apache/lucene.git
SOLR-11453: fix typos in the CHANGES entry
This commit is contained in:
parent
0c6f38a315
commit
124b5e047d
|
@ -70,8 +70,8 @@ Upgrade Notes
|
|||
To return the previous behavior pass false to skipCommitOnMasterVersionZero in slave section of replication
|
||||
handler configuration, or pass it to the fetchindex command.
|
||||
|
||||
* SOLR-11453: Configuring slowQueryThresholdMillis now logs slow requests to a separate file - solr_slow_requests.log .
|
||||
Previously they would get logged in the solr.xml file
|
||||
* SOLR-11453: Configuring slowQueryThresholdMillis now logs slow requests to a separate file - solr_slow_requests.log.
|
||||
Previously they would get logged in the solr.log file.
|
||||
|
||||
New Features
|
||||
----------------------
|
||||
|
@ -140,7 +140,7 @@ New Features
|
|||
* SOLR-12328: JSON Facet API: Domain change with graph query.
|
||||
(Daniel Meehl, Kevin Watters, yonik)
|
||||
|
||||
* SOLR-11453: Configuring slowQueryThresholdMillis logs slow requests to a separate file - solr_slow_requests.log .
|
||||
* SOLR-11453: Configuring slowQueryThresholdMillis logs slow requests to a separate file - solr_slow_requests.log.
|
||||
(Shawn Heisey, Remko Popma, Varun Thacker)
|
||||
|
||||
* SOLR-12401: Add getValue() and setValue() Stream Evaluators (Joel Bernstein, janhoy)
|
||||
|
|
Loading…
Reference in New Issue