janhoy commented on code in PR #4475:
URL: https://github.com/apache/solr/pull/4475#discussion_r3455480400
##########
solr/core/src/test-files/solr/collection1/conf/schema.xml:
##########
@@ -156,6 +156,7 @@
<analyzer type="query">
<tokenizer class="solr.LetterTokenizerFactory"/>
<filter class="solr.LowerCaseFilterFactory"/>
+ <filter class="solr.StopFilterFactory" words="stopwords.txt"/>
Review Comment:
I suppose this schema file is used by a fair amount of tests, are you sure
that this change won't have side effects for those other tests?
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]