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:57:52 UTC

svn commit: r1679600 - in /lucene/dev/branches/branch_5x: ./ solr/ solr/CHANGES.txt

Author: jbernste
Date: Fri May 15 15:57:52 2015
New Revision: 1679600

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

Modified:
    lucene/dev/branches/branch_5x/   (props changed)
    lucene/dev/branches/branch_5x/solr/   (props changed)
    lucene/dev/branches/branch_5x/solr/CHANGES.txt   (contents, props changed)

Modified: lucene/dev/branches/branch_5x/solr/CHANGES.txt
URL: http://svn.apache.org/viewvc/lucene/dev/branches/branch_5x/solr/CHANGES.txt?rev=1679600&r1=1679599&r2=1679600&view=diff
==============================================================================
--- lucene/dev/branches/branch_5x/solr/CHANGES.txt (original)
+++ lucene/dev/branches/branch_5x/solr/CHANGES.txt Fri May 15 15:57:52 2015
@@ -54,6 +54,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
 ----------------------
 
@@ -126,6 +131,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
 ----------------------