[ https://issues.apache.org/jira/browse/LUCENE-8596?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17002549#comment-17002549 ]
ASF subversion and git services commented on LUCENE-8596: --------------------------------------------------------- Commit 93309e9728210b6db413361ae4d83382408b3627 in lucene-solr's branch refs/heads/jira/SOLR-14136 from Michael Sokolov [ https://gitbox.apache.org/repos/asf?p=lucene-solr.git;h=93309e9 ] LUCENE-8596: Treat hash mark as comment only at beginning of line in kuromoji user dictionary. Via Masaru Hasegawa and Satoshi Kato > The replacement of comments is a bug, in "UserDictionary.java" > -------------------------------------------------------------- > > Key: LUCENE-8596 > URL: https://issues.apache.org/jira/browse/LUCENE-8596 > Project: Lucene - Core > Issue Type: Bug > Components: modules/analysis > Reporter: miyaharas > Priority: Major > Fix For: trunk > > Time Spent: 20m > Remaining Estimate: 0h > > [https://github.com/apache/lucene-solr/blob/1d85cd783863f75cea133fb9c452302214165a4d/lucene/analysis/kuromoji/src/java/org/apache/lucene/analysis/ja/dict/UserDictionary.java#L68] > > hi > I think that this is bug. > I think the following is correct > {code:java} > line = line.replaceAll ("^ #. * $", ""); > {code} > > -- 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