mirror of https://github.com/apache/lucene.git
Minor improvements to the Solr changes.
This commit is contained in:
parent
35cb6a0203
commit
741593f57b
|
@ -80,8 +80,8 @@ Jetty 9.4.19.v20190610
|
||||||
Upgrade Notes
|
Upgrade Notes
|
||||||
---------------------
|
---------------------
|
||||||
|
|
||||||
* org.apache.solr.search.grouping.distributed.command.QueryCommand.Builder has new method 'setMainQuery' which is used
|
* 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
|
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
|
* SOLR-13817: Deprecate legacy SolrCache implementations. Users are encouraged to transition their
|
||||||
configurations to use org.apache.solr.search.CaffeineCache instead.
|
configurations to use org.apache.solr.search.CaffeineCache instead.
|
||||||
|
@ -191,10 +191,6 @@ Improvements
|
||||||
|
|
||||||
* SOLR-13970: Fail the request when collapsing or expand is used with Grouping. (Erick Erickson, Joel Bernstein, Munendra S N)
|
* 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
|
Bug Fixes
|
||||||
---------------------
|
---------------------
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue