Skip to content

Commit

Permalink
Don't remove stopwords at analysis time.
Browse files Browse the repository at this point in the history
This can break multi-term queries in AND mode.

TODO: fix other lang text types that currently just use a single
analyser block?
  • Loading branch information
mikesname committed May 15, 2019
1 parent 4aa2033 commit b11f875
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion solr-config/core/conf/schema.xml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,6 @@
<tokenizer class="solr.StandardTokenizerFactory"/>
<filter class="solr.ICUFoldingFilterFactory"/>
<!-- Remove diacritics and white space tokenizer -->
<filter class="solr.StopFilterFactory" ignoreCase="true" words="generic_swl.txt"/>
<filter class="solr.RemoveDuplicatesTokenFilterFactory"/>
<filter class="solr.LowerCaseFilterFactory"/>
</analyzer>
Expand Down

0 comments on commit b11f875

Please sign in to comment.