[
https://issues.apache.org/jira/browse/LUCENE-3765?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13204637#comment-13204637
]
Steven Rowe commented on LUCENE-3765:
-------------------------------------
bq. Standard/ClassicAnalyzer had a ctor that takes File, i think we should
deprecate this one, for the one that takes Reader.
+1
> trappy ignoreCase behavior with StopFilter/ignoreCase
> -----------------------------------------------------
>
> Key: LUCENE-3765
> URL: https://issues.apache.org/jira/browse/LUCENE-3765
> Project: Lucene - Java
> Issue Type: Bug
> Components: modules/analysis
> Reporter: Robert Muir
> Fix For: 3.6, 4.0
>
> Attachments: LUCENE-3765.patch, LUCENE-3765.patch
>
>
> Spinoff from LUCENE-3751:
> {code}
> * If <code>stopWords</code> is an instance of {@link CharArraySet} (true if
> * <code>makeStopSet()</code> was used to construct the set) it will be
> * directly used and <code>ignoreCase</code> will be ignored since
> * <code>CharArraySet</code> directly controls case sensitivity.
> {code}
> This is really confusing and trappy... we need to change something here.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators:
https://issues.apache.org/jira/secure/ContactAdministrators!default.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]