Skip to content

Commit

Permalink
Merge pull request #1380 from samvera/resubmit_standard_filter_removal
Browse files Browse the repository at this point in the history
Remove deprecated Solr StandardFilter
  • Loading branch information
cjcolvar authored Mar 22, 2019
2 parents 4ef8660 + eff8723 commit 76e18a1
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,6 @@
<fieldType class="solr.TextField" name="textSuggest" 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 76e18a1

Please sign in to comment.