You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by mk...@apache.org on 2016/02/09 23:21:33 UTC

lucene-solr git commit: SOLR-8466: fixing CHANGES.txt moving to 5.5.0 Features.

Repository: lucene-solr
Updated Branches:
  refs/heads/master eac3bb9b3 -> 93750292c


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


Project: http://git-wip-us.apache.org/repos/asf/lucene-solr/repo
Commit: http://git-wip-us.apache.org/repos/asf/lucene-solr/commit/93750292
Tree: http://git-wip-us.apache.org/repos/asf/lucene-solr/tree/93750292
Diff: http://git-wip-us.apache.org/repos/asf/lucene-solr/diff/93750292

Branch: refs/heads/master
Commit: 93750292c258ca9361a9e3271fb2087be40557ec
Parents: eac3bb9
Author: Mikhail Khludnev <mk...@apache.org>
Authored: Wed Feb 10 01:21:18 2016 +0300
Committer: Mikhail Khludnev <mk...@apache.org>
Committed: Wed Feb 10 01:21:18 2016 +0300

----------------------------------------------------------------------
 solr/CHANGES.txt | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/lucene-solr/blob/93750292/solr/CHANGES.txt
----------------------------------------------------------------------
diff --git a/solr/CHANGES.txt b/solr/CHANGES.txt
index c310376..a6ef834 100644
--- a/solr/CHANGES.txt
+++ b/solr/CHANGES.txt
@@ -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
 ----------------------