This commit is contained in:
Cao Manh Dat 2017-02-19 16:52:52 +07:00
commit acc4bacdfb
1 changed files with 9 additions and 10 deletions

View File

@ -53,12 +53,6 @@ Bug Fixes
* SOLR-9837: Fix 55% performance regression of FieldCache uninvert time of * SOLR-9837: Fix 55% performance regression of FieldCache uninvert time of
numeric fields. (yonik) numeric fields. (yonik)
* SOLR-10114: Reordered delete-by-query causes inconsistenties between shards that have
child documents (Mano Kovacs, Mihaly Toth, yonik)
* SOLR-10159: When DBQ is reordered with an in-place update, upon whose updated value the DBQ is based
on, the DBQ fails due to excessive caching in DeleteByQueryWrapper (Ishan Chattopadhyaya)
Optimizations Optimizations
---------------------- ----------------------
@ -76,10 +70,6 @@ Optimizations
string fields from the FieldCache, resulting in up to 56% better throughput for those cases. string fields from the FieldCache, resulting in up to 56% better throughput for those cases.
(yonik) (yonik)
* SOLR-5944: In-place updates of Numeric DocValues. To leverage this, the _version_ field and the updated
field must both be stored=false, indexed=false, docValues=true. (Ishan Chattopadhyaya, hossman, noble,
shalin, yonik)
Other Changes Other Changes
---------------------- ----------------------
@ -169,6 +159,12 @@ Bug Fixes
* SOLR-9846: Overseer is not always closed after being started. (Mark Miller) * SOLR-9846: Overseer is not always closed after being started. (Mark Miller)
* SOLR-10114: Reordered delete-by-query causes inconsistenties between shards that have
child documents (Mano Kovacs, Mihaly Toth, yonik)
* SOLR-10159: When DBQ is reordered with an in-place update, upon whose updated value the DBQ is based
on, the DBQ fails due to excessive caching in DeleteByQueryWrapper (Ishan Chattopadhyaya)
Optimizations Optimizations
---------------------- ----------------------
@ -181,6 +177,9 @@ Optimizations
* SOLR-9584: Support Solr being proxied with another endpoint than default /solr, by using relative links * SOLR-9584: Support Solr being proxied with another endpoint than default /solr, by using relative links
in AdminUI javascripts (Yun Jie Zhou via janhoy) in AdminUI javascripts (Yun Jie Zhou via janhoy)
* SOLR-5944: In-place updates of Numeric DocValues. To leverage this, the _version_ field and the updated
field must both be stored=false, indexed=false, docValues=true. (Ishan Chattopadhyaya, hossman, noble,
shalin, yonik)
Other Changes Other Changes
---------------------- ----------------------