[ https://issues.apache.org/jira/browse/SOLR-257?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12502690 ]
J.J. Larrea commented on SOLR-257: ---------------------------------- Just last week I considered adding a parameter to WDF to suppress splitting on case change; I lazed out by simply throwing a LowerCaseFilter in front of the WDF in my Analyzer chain, but at the time I was thinking that it would get me into trouble if I ever wanted to run the output of WDF into a case-dependent stopword or synonym table. So this is useful and should be committed... though I agree the parameter should be "positive" and I like Yonik's naming suggestion. > Add ability for WordDelimiterFilter to ignore case changes > ----------------------------------------------------------- > > Key: SOLR-257 > URL: https://issues.apache.org/jira/browse/SOLR-257 > Project: Solr > Issue Type: Improvement > Components: update > Affects Versions: 1.2 > Reporter: Mike Klaas > Assignee: Mike Klaas > Priority: Trivial > Fix For: 1.3 > > Attachments: ignoreCaseChange.patch > > > patch adds ignoreCaseChange option to WordDelimiterFilter, which I have used > and it may be more generally useful -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.