CHANGES.txt corrections - new features go in the New Features section (SOLR-8782, SOLR-8765, SOLR-8842)

This commit is contained in:
Chris Hostetter 2016-04-19 09:42:50 -07:00
parent d5a2d251c6
commit 7be7e8beb9

View File

@ -20,6 +20,10 @@ See the Quick Start guide at http://lucene.apache.org/solr/quickstart.html
Detailed Change List Detailed Change List
---------------------- ----------------------
New Features
----------------------
* SOLR-8782: Add asynchronous sugar methods to the SolrJ Collections API. You * SOLR-8782: Add asynchronous sugar methods to the SolrJ Collections API. You
can now call .processAsync() to run a method asynchronously, or can now call .processAsync() to run a method asynchronously, or
.processAndWait() to wait for a call to finish without holding HTTP .processAndWait() to wait for a call to finish without holding HTTP
@ -32,9 +36,6 @@ Detailed Change List
* SOLR-8842: authorization APIs do not use name as an identifier for a permission * SOLR-8842: authorization APIs do not use name as an identifier for a permission
for update, delete commands and 'before' attribute (noble) for update, delete commands and 'before' attribute (noble)
New Features
----------------------
* SOLR-8814: Support GeoJSON response writer and general spatial formatting. Adding * SOLR-8814: Support GeoJSON response writer and general spatial formatting. Adding
&wt=geojson&geojson.field=<your geometry field> &wt=geojson&geojson.field=<your geometry field>
Will return a FeatureCollection for each SolrDocumentList and a Feature with the Will return a FeatureCollection for each SolrDocumentList and a Feature with the