From 50999adf0936001fa65c1abd2fd363265ff1046b Mon Sep 17 00:00:00 2001 From: Justin Coyne Date: Thu, 1 Nov 2018 09:17:01 -0500 Subject: [PATCH] Remove deprecated Solr StandardFilter This filter is deprecated and according to the solr docs it is inoperative if "luceneMatchVersion (in solrconfig.xml) is higher than 3.1." The luceneMatchVersion in blacklight is currently 6.1.0 See https://lucene.apache.org/solr/guide/7_0/filter-descriptions.html#FilterDescriptions-StandardFilter --- lib/generators/blacklight/templates/solr/conf/schema.xml | 2 -- 1 file changed, 2 deletions(-) diff --git a/lib/generators/blacklight/templates/solr/conf/schema.xml b/lib/generators/blacklight/templates/solr/conf/schema.xml index 038c8685fd..74c7fa6ef4 100644 --- a/lib/generators/blacklight/templates/solr/conf/schema.xml +++ b/lib/generators/blacklight/templates/solr/conf/schema.xml @@ -350,7 +350,6 @@ - @@ -359,7 +358,6 @@ -