SOLR-8986, SOLR-8925, SOLR-9027: Update CHANGES.txt

Conflicts:
	solr/CHANGES.txt
This commit is contained in:
jbernste 2016-05-02 11:23:31 -04:00
parent e9f2ac0021
commit df72df1c58
1 changed files with 6 additions and 0 deletions

View File

@ -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
----------------------