diff --git a/solr/CHANGES.txt b/solr/CHANGES.txt index 5bfa9ea8612..6c4a43a140f 100644 --- a/solr/CHANGES.txt +++ b/solr/CHANGES.txt @@ -84,6 +84,12 @@ New Features * SOLR-8918: Adds Streaming to the admin page under the collections section. Includes ability to see graphically the expression explanation (Dennis Gove) +* SOLR-8986: Add Random Streaming Expression (Joel Bernstein) + +* SOLR-8925: Add gatherNodes Streaming Expression to support breadth first traversals (Joel Bernstein) + +* SOLR-9027: Add GraphTermsQuery to limit traversal on high frequency nodes (Joel Bernstein, David Smiley) + Bug Fixes ----------------------