SOLR-14566: Correct CHANGES.txt entry

This commit is contained in:
Jason Gerlowski 2020-07-08 08:51:21 -04:00
parent 80f8ab717c
commit 00203c292f
1 changed files with 3 additions and 4 deletions

View File

@ -104,6 +104,9 @@ Improvements
* SOLR-14537: Improve performance of ExportWriter. (ab, Joel Bernstein)
* SOLR-14566: Request ID's ('rid') are now added by default to distributed search requests, and can be used to correlate
logs from the receiving coordinator node with those from downstream shard requests. This can be disabled by providing a
disableRequestId=true request parameter. (Jason Gerlowski)
Optimizations
---------------------
@ -215,10 +218,6 @@ Improvements
* SOLR-14539: Introducing {!bool excludeTags=...} for Query DSL. (Mikhail Khludnev)
* SOLR-14566: Request ID's ('rid') are now added by default to distributed search requests, and can be used to correlate
logs from the receiving coordinator node with those from downstream shard requests. This can be disabled by providing a
disableRequestId=true request parameter. (Jason Gerlowski)
Optimizations
---------------------
* SOLR-8306: Do not collect expand documents when expand.rows=0 (Marshall Sanders, Amelia Henderson)