[ 
https://issues.apache.org/jira/browse/LUCENE-10349?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17468004#comment-17468004
 ] 

ASF subversion and git services commented on LUCENE-10349:
----------------------------------------------------------

Commit 837e163eeeb1bd538fc196ceb7f10b0e72a2af56 in lucene's branch 
refs/heads/branch_9x from Uwe Schindler
[ https://gitbox.apache.org/repos/asf?p=lucene.git;h=837e163 ]

LUCENE-10349: Cleanup WordListLoader to use try-with-resources and make the 
default stop words unmodifiable (#577)


> Cleanup WordListLoader to use try-with-resources and make the default stop 
> words unmodifiable
> ---------------------------------------------------------------------------------------------
>
>                 Key: LUCENE-10349
>                 URL: https://issues.apache.org/jira/browse/LUCENE-10349
>             Project: Lucene - Core
>          Issue Type: New Feature
>          Components: core/other
>            Reporter: Uwe Schindler
>            Assignee: Uwe Schindler
>            Priority: Major
>             Fix For: 9.1, 10.0 (main)
>
>          Time Spent: 20m
>  Remaining Estimate: 0h
>
> The WordlistLoader can be refactored to use try-with-resources.
> In addition I figured out that the default stopword files in the analyszers 
> module are documented to be unmodifiable, but in fact the wrapping around the 
> CharArraySet to make them unmodifiable is missing.



--
This message was sent by Atlassian Jira
(v8.20.1#820001)

---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscr...@lucene.apache.org
For additional commands, e-mail: issues-h...@lucene.apache.org

Reply via email to