Minor improvements to the Solr changes.

This commit is contained in:
Adrien Grand 2019-12-19 08:34:47 +01:00
parent cbfa781fe3
commit 868e41bc99
1 changed files with 2 additions and 6 deletions

View File

@ -160,8 +160,8 @@ Jetty 9.4.19.v20190610
Upgrade Notes
---------------------
* org.apache.solr.search.grouping.distributed.command.QueryCommand.Builder has new method 'setMainQuery' which is used
to set top-level query. build() would fail if called without setting mainQuery
* SOLR-13823: org.apache.solr.search.grouping.distributed.command.QueryCommand.Builder has new method 'setMainQuery' which is used
to set top-level query. build() would fail if called without setting mainQuery.
* SOLR-13817: Deprecate legacy SolrCache implementations. Users are encouraged to transition their
configurations to use org.apache.solr.search.CaffeineCache instead. (ab)
@ -271,10 +271,6 @@ Improvements
* SOLR-13970: Fail the request when collapsing or expand is used with Grouping. (Erick Erickson, Joel Bernstein, Munendra S N)
Optimizations
---------------------
(No changes)
Bug Fixes
---------------------