You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by sa...@apache.org on 2017/02/22 18:16:53 UTC

lucene-solr:branch_6x: Sync 6.5.0 section in solr/CHANGES.txt with the master version.

Repository: lucene-solr
Updated Branches:
  refs/heads/branch_6x 8c12c1954 -> cb1619c7a


Sync 6.5.0 section in solr/CHANGES.txt with the master version.


Project: http://git-wip-us.apache.org/repos/asf/lucene-solr/repo
Commit: http://git-wip-us.apache.org/repos/asf/lucene-solr/commit/cb1619c7
Tree: http://git-wip-us.apache.org/repos/asf/lucene-solr/tree/cb1619c7
Diff: http://git-wip-us.apache.org/repos/asf/lucene-solr/diff/cb1619c7

Branch: refs/heads/branch_6x
Commit: cb1619c7a76d4f8cb039ba02d784c80b99223716
Parents: 8c12c19
Author: Steve Rowe <sa...@apache.org>
Authored: Wed Feb 22 13:16:46 2017 -0500
Committer: Steve Rowe <sa...@apache.org>
Committed: Wed Feb 22 13:16:46 2017 -0500

----------------------------------------------------------------------
 solr/CHANGES.txt | 42 ++++++++++--------------------------------
 1 file changed, 10 insertions(+), 32 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/lucene-solr/blob/cb1619c7/solr/CHANGES.txt
----------------------------------------------------------------------
diff --git a/solr/CHANGES.txt b/solr/CHANGES.txt
index 89bcf32..db2efab 100644
--- a/solr/CHANGES.txt
+++ b/solr/CHANGES.txt
@@ -45,26 +45,8 @@ New Features
 
 * SOLR-9885: Allow pre-startup Solr log management in Solr bin scripts to be disabled. (Mano Kovacs via Mark Miller)
 
-* SOLR-9916: Adds Stream Evaluators to support evaluating values from tuples. Supports boolean,
-  numeric, and conditional evaluators. BooleanOperations have been removed in preference of
-  BooleanEvaluators. (Dennis Gove)
-
-* SOLR-9997: Enable configuring SolrHttpClientBuilder via java system property. (Hrishikesh Gadre via Mark Miller)
-
-* SOLR-8396: Add support for PointFields in Solr (Ishan Chattopadhyaya, Tom�s Fern�ndez L�bbe)
-
-* SOLR-9987: Add support for MultiValued DocValues in PointFields using SortedNumericDocValues (Tom�s Fern�ndez L�bbe)
-
-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-9584: Support Solr being proxied with another endpoint than default /solr, by using relative links
-  in AdminUI javascripts (Yun Jie Zhou via janhoy)
-
-* SOLR-9764: All filters that which all documents in the index now share the same memory (DocSet).
-  (Michael Sun, yonik)
+* SOLR-8029: Added new style APIs and a framework for creating new APIs and mapping old APIs to new
+  (noble, Steve Rowe, Cassandra Targett, Timothy Potter)
 
 * SOLR-9933: SolrCoreParser now supports configuration of custom SpanQueryBuilder classes.
   (Daniel Collins, Christine Poerschke)
@@ -73,8 +55,7 @@ Optimizations
 
 * SOLR-10087: StreamHandler now supports registering custom streaming expressions from the blob store (Kevin Risden)
 
-* SOLR-8029: Added new style APIs and a framework for creating new APIs and mapping old APIs to new
-  (noble, Steve Rowe, Cassandra Targett, Timothy Potter)
+* SOLR-9997: Enable configuring SolrHttpClientBuilder via java system property. (Hrishikesh Gadre via Mark Miller)
 
 * SOLR-9912: Add facet.excludeTerms parameter support. (Jonny Marks, David Smiley, Christine Poerschke)
 
@@ -85,6 +66,10 @@ Optimizations
 * SOLR-9903: Stop interrupting the update executor on shutdown, it can cause graceful shutdowns to put replicas into Leader 
   Initiated Recovery among other undesirable things. (Mark Miller)
 
+* SOLR-8396: Add support for PointFields in Solr (Ishan Chattopadhyaya, Tom�s Fern�ndez L�bbe)
+
+* SOLR-9987: Add support for MultiValued DocValues in PointFields using SortedNumericDocValues (Tom�s Fern�ndez L�bbe)
+
 * 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)
@@ -117,13 +102,12 @@ Bug Fixes
 * SOLR-10141: Upgrade to Caffeine 2.4.0 since v1.0.1 contributed to BlockCache corruption because the
   removal listener was called more than once for some items and not at all for other items. (Ben Manes, 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)
 
-* SOLR-10168: ShardSplit can fail with NPE in OverseerCollectionMessageHandler#waitForCoreAdminAsyncCallToComplete. (Mark Miller)
-
-* SOLR-10170: ClassCastException in RecoveryStrategy. (Mark Miller)
-
 * SOLR-10020: CoreAdminHandler silently swallows some errors. (Mike Drob via Erick Erickson)
 
 * SOLR-10063: CoreContainer shutdown has race condition that can cause a hang on shutdown. (Mark Miller)
@@ -146,12 +130,6 @@ Optimizations
 * SOLR-9584: Support Solr being proxied with another endpoint than default /solr, by using relative links
   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)
-* SOLR-10114: Reordered delete-by-query causes inconsistenties between shards that have
-  child documents (Mano Kovacs, Mihaly Toth, yonik)
-
 Other Changes
 ----------------------
 * SOLR-9980: Expose configVersion in core admin status (Jessica Cheng Mallet via Tom�s Fern�ndez L�bbe)