SOLR-9764: fix CHANGES entry

This commit is contained in:
yonik 2017-02-23 16:55:36 -05:00
parent a0aef2faaf
commit 05c17c9a51
1 changed files with 1 additions and 1 deletions

View File

@ -189,7 +189,7 @@ Optimizations
* SOLR-9941: Clear the deletes lists at UpdateLog before replaying from log. This prevents redundantly pre-applying
DBQs, during the log replay, to every update in the log as if the DBQs were out of order. (hossman, Ishan Chattopadhyaya)
* SOLR-9764: All filters that which all documents in the index now share the same memory (DocSet).
* SOLR-9764: All filters that match all documents in the index now share the same memory (DocSet).
(Michael Sun, yonik)
* SOLR-9584: Support Solr being proxied with another endpoint than default /solr, by using relative links