[ http://issues.apache.org/jira/browse/LUCENE-248?page=comments#action_12356116 ]
Daniel Naber commented on LUCENE-248: ------------------------------------- I think it's okay to committ this patch. Maybe just the lines with "ignoreCase == false ? ..." could be made more readable by using an if clause. > [PATCH] Add StopFilter ignoreCase option > ---------------------------------------- > > Key: LUCENE-248 > URL: http://issues.apache.org/jira/browse/LUCENE-248 > Project: Lucene - Java > Type: Improvement > Components: Analysis > Versions: 1.4 > Environment: Operating System: other > Platform: Other > Reporter: Grant Ingersoll > Assignee: Lucene Developers > Priority: Minor > Attachments: patch.txt > > Wanted to have the ability to ignore case in the stop filter. In some cases, > I > don't want to have to lower case before passing through the stop filter, b/c I > may need case preserved for other analysis further down the stream, yet I > don't > need the stopwords and I don't want to have to apply stopword filters twice. -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]