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 2015/05/15 17:54:53 UTC

svn commit: r1679599 - /lucene/dev/trunk/solr/CHANGES.txt

Author: jbernste
Date: Fri May 15 15:54:53 2015
New Revision: 1679599

URL: http://svn.apache.org/r1679599
Log:
SOLR-7377: Update CHANGES.txt

Modified:
    lucene/dev/trunk/solr/CHANGES.txt

Modified: lucene/dev/trunk/solr/CHANGES.txt
URL: http://svn.apache.org/viewvc/lucene/dev/trunk/solr/CHANGES.txt?rev=1679599&r1=1679598&r2=1679599&view=diff
==============================================================================
--- lucene/dev/trunk/solr/CHANGES.txt (original)
+++ lucene/dev/trunk/solr/CHANGES.txt Fri May 15 15:54:53 2015
@@ -111,6 +111,11 @@ Upgrading from Solr 5.1
   supported being run as a webapp but you could play around with the web.xml to have a path prefix.
   That would no longer be true. See SOLR-7500 for more info.
 
+* The package structure under org.apache.solr.client.solrj.io has been changed to support
+  the Streaming Expression Language (SOLR-7377). Any code written with the 5.1 Streaming API will have to
+  be updated to reflect these changes.
+ 
+
 Detailed Change List
 ----------------------
 
@@ -183,6 +188,8 @@ New Features
 * SOLR-7275: Authorization framework for Solr. It defines an interface and a mechanism to create, 
   load, and use an Authorization plugin. (Noble Paul, Ishan Chattopadhyaya, Anshum Gupta)
 
+* SOLR-7377: Solr Streaming Expressions (Dennis Gove, Joel Bernstein, Steven Bower)
+
 Bug Fixes
 ----------------------