Skip to content
Snippets Groups Projects
Commit 0d28a624 authored by Anusha Ranganathan's avatar Anusha Ranganathan
Browse files

Modify schema to not remove leading articles from sort

parent ae2e670f
Branches feature/282_remove_stop_words_in_sort
Tags
1 merge request!260Modify schema to not remove leading articles from sort
Pipeline #12224 failed
......@@ -187,9 +187,9 @@
<!-- The TrimFilter removes any leading or trailing whitespace -->
<filter class="solr.TrimFilterFactory" />
<!-- Remove leading articles -->
<filter class="solr.PatternReplaceFilterFactory"
<!-- <filter class="solr.PatternReplaceFilterFactory"
pattern="^(a |the |les |la |le |l'|de la |du |des )" replacement="" replace="all"
/>
/> -->
<!-- Left-pad numbers with zeroes -->
<filter class="solr.PatternReplaceFilterFactory"
pattern="(\d+)" replacement="00000$1" replace="all"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment