[
https://issues.apache.org/jira/browse/LUCENE-5302?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13805609#comment-13805609
]
Alan Woodward commented on LUCENE-5302:
---------------------------------------
Hm, this patch fails ant precommit with a javadocs warning:
lucene/analysis/common/src/java/org/apache/lucene/analysis/miscellaneous/StemmerOverrideFilter.java:111:
warning - Tag @link: can't find get(char[], int, Arc, BytesReader) in
org.apache.lucene.analysis.miscellaneous.StemmerOverrideFilter.StemmerOverrideMap
...even though that method's javadoc is definitely there. Maybe because it's
not defining the generic parameter on Arc? Anybody have any ideas, apart from
changing the javadoc from a link var to a code var?
> Make StemmerOverrideMap methods public
> --------------------------------------
>
> Key: LUCENE-5302
> URL: https://issues.apache.org/jira/browse/LUCENE-5302
> Project: Lucene - Core
> Issue Type: Improvement
> Reporter: Alan Woodward
> Priority: Minor
> Attachments: LUCENE-5302.patch
>
>
> StemmerOverrideFilter is configured with an FST-based map that you can build
> at construction time from a list of entries. Building this FST offline and
> loading it directly as a bytestream makes construction a lot quicker, but you
> can't do that conveniently at the moment as all the methods of
> StemmerOverrideMap are package-private.
--
This message was sent by Atlassian JIRA
(v6.1#6144)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]