From 586afc3db117eabb31e2572da9bd3b7665cdccc8 Mon Sep 17 00:00:00 2001 From: jbernste Date: Thu, 31 Mar 2016 20:56:44 -0400 Subject: [PATCH] SOLR-8888: Update CHANGES.txt --- solr/CHANGES.txt | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/solr/CHANGES.txt b/solr/CHANGES.txt index 2c5fc28033d..5224f1b7386 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 ----------------------