You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by jb...@apache.org on 2016/04/01 02:53:49 UTC

lucene-solr:branch_6x: SOLR-8888: Update CHANGES.txt

Repository: lucene-solr
Updated Branches:
  refs/heads/branch_6x ffdfceba5 -> 586afc3db


SOLR-8888: Update CHANGES.txt


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

Branch: refs/heads/branch_6x
Commit: 586afc3db117eabb31e2572da9bd3b7665cdccc8
Parents: ffdfceb
Author: jbernste <jb...@apache.org>
Authored: Thu Mar 31 20:56:44 2016 -0400
Committer: jbernste <jb...@apache.org>
Committed: Thu Mar 31 20:59:19 2016 -0400

----------------------------------------------------------------------
 solr/CHANGES.txt | 5 +++++
 1 file changed, 5 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/lucene-solr/blob/586afc3d/solr/CHANGES.txt
----------------------------------------------------------------------
diff --git a/solr/CHANGES.txt b/solr/CHANGES.txt
index 2c5fc28..5224f1b 100644
--- a/solr/CHANGES.txt
+++ b/solr/CHANGES.txt
@@ -56,6 +56,11 @@ New Features
 * SOLR-8890: New static method in DistributedUpdateProcessorFactory to allow UpdateProcessorFactories
   to indicate request params that should be forwarded when DUP distributes updates. (hossman)
 
+* SOLR-8888: Add shortestPath Streaming Expression. This expression performs a breadth first
+  graph traversal to find the shortest path(s) in an unweighted, directed graph stored in a 
+  SolrCloud collection. (Joel Bernstein)
+
+
 Bug Fixes
 ----------------------