Skip to content

Commit

Permalink
Merge pull request #2017 from projectblacklight/standard-filter
Browse files Browse the repository at this point in the history
Remove deprecated Solr StandardFilter
  • Loading branch information
mejackreed committed Nov 1, 2018
2 parents b57237e + 50999ad commit 7fd6df6
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions lib/generators/blacklight/templates/solr/conf/schema.xml
Original file line number Diff line number Diff line change
Expand Up @@ -350,7 +350,6 @@
<analyzer>
<tokenizer class="solr.StandardTokenizerFactory"/>
<filter class="solr.StopFilterFactory" ignoreCase="true" words="stopwords.txt"/>
<filter class="solr.StandardFilterFactory"/>
<filter class="solr.LowerCaseFilterFactory"/>
<filter class="solr.RemoveDuplicatesTokenFilterFactory"/>
</analyzer>
Expand All @@ -359,7 +358,6 @@
<fieldType name="textSuggest" class="solr.TextField" positionIncrementGap="100">
<analyzer>
<tokenizer class="solr.KeywordTokenizerFactory"/>
<filter class="solr.StandardFilterFactory"/>
<filter class="solr.LowerCaseFilterFactory"/>
<filter class="solr.RemoveDuplicatesTokenFilterFactory"/>
</analyzer>
Expand Down

0 comments on commit 7fd6df6

Please sign in to comment.