vigyasharma opened a new pull request #2573: URL: https://github.com/apache/lucene-solr/pull/2573
_Backporting a bug fix pushed into `apache/lucene:main` as part of this PR - https://github.com/apache/lucene/pull/188_ ## Description `CommonGramsFilterFactory` should respect the ignoreCase flag passed in args even when the default stop word set is used. It currently ignores the flag if `commonWordFiles` are not specified. ## Solution Ensure the flag is respected in even when default stop word set is used. ## Tests Added test to ensure that bigrams get constructed with common words that are not in lower case, when `ignoreCase` is passed as `true` to the `CommonGramsFilterFactory`. -- 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]
