[ https://issues.apache.org/jira/browse/LUCENE-9270?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17057271#comment-17057271 ]
ASF subversion and git services commented on LUCENE-9270: --------------------------------------------------------- Commit f0a49738ca661564cd5b222d00a316dfb20e41e4 in lucene-solr's branch refs/heads/master from Namgyu Kim [ https://gitbox.apache.org/repos/asf?p=lucene-solr.git;h=f0a4973 ] LUCENE-9270: Update Javadoc about normalizeEntry in the Kuromoji DictionaryBuilder > Update Javadoc about normalizeEntry in Kuromoji DictionaryBuilder > ----------------------------------------------------------------- > > Key: LUCENE-9270 > URL: https://issues.apache.org/jira/browse/LUCENE-9270 > Project: Lucene - Core > Issue Type: Improvement > Reporter: Namgyu Kim > Assignee: Namgyu Kim > Priority: Major > Time Spent: 0.5h > Remaining Estimate: 0h > > The normalizeEntry option is missing from the Javadoc of Kuromoji > DictionaryBuilder. > Without this explanation, users don't know what it means until they see the > code. > Also, if user follows the usage of Javadoc, it will not be built. > So the following contents need to be applied: > 1) Change usage > before: > java -cp [lucene classpath] > org.apache.lucene.analysis.ja.util.DictionaryBuilder \ > ${inputDir} ${outputDir} ${encoding} > after: > java -cp [lucene classpath] > org.apache.lucene.analysis.ja.util.DictionaryBuilder \ > ${inputDir} ${outputDir} ${encoding} *${normalizeEntry}* > 2) Add description about normalizeEntry > -- This message was sent by Atlassian Jira (v8.3.4#803005) --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@lucene.apache.org For additional commands, e-mail: issues-h...@lucene.apache.org