From 93750292c258ca9361a9e3271fb2087be40557ec Mon Sep 17 00:00:00 2001 From: Mikhail Khludnev Date: Wed, 10 Feb 2016 01:21:18 +0300 Subject: [PATCH] SOLR-8466: fixing CHANGES.txt moving to 5.5.0 Features. --- solr/CHANGES.txt | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/solr/CHANGES.txt b/solr/CHANGES.txt index c310376e85d..a6ef8343b8a 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 ----------------------