SOLR-8466: fixing CHANGES.txt moving to 5.5.0 Features.

This commit is contained in:
Mikhail Khludnev 2016-02-10 01:21:18 +03:00
parent eac3bb9b32
commit 93750292c2
1 changed files with 4 additions and 4 deletions

View File

@ -146,10 +146,6 @@ New Features
* SOLR-8502: Improve Solr JDBC Driver to support SQL Clients like DBVisualizer (Kevin Risden, Joel Bernstein)
* SOLR-8466: adding facet.method=uif to bring back UnInvertedField faceting which is used to work on
facet.method=fc. It's more performant for rarely changing indexes. Note: it ignores prefix and contains yet.
(Jamie Johnson via Mikhail Khludnev)
Bug Fixes
----------------------
* SOLR-8386: Add field option in the new admin UI schema page loads up even when no schemaFactory has been
@ -406,6 +402,10 @@ New Features
* SOLR-8648: DELETESTATUS API for selective deletion and flushing of stored async collection API responses.
(Anshum Gupta)
* SOLR-8466: adding facet.method=uif to bring back UnInvertedField faceting which is used to work on
facet.method=fc. It's more performant for rarely changing indexes. Note: it ignores prefix and contains yet.
(Jamie Johnson via Mikhail Khludnev)
Bug Fixes
----------------------