[jira] [Comment Edited] (LUCENE-8873) Improve analyzer factoryies' Javadoc.

2019-06-21 Thread Tomoko Uchida (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-8873?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16870041#comment-16870041 ] Tomoko Uchida edited comment on LUCENE-8873 at 6/22/19 4:07 AM: I'm

[jira] [Comment Edited] (LUCENE-8873) Improve analyzer factoryies' Javadoc.

2019-06-21 Thread Tomoko Uchida (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-8873?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16870041#comment-16870041 ] Tomoko Uchida edited comment on LUCENE-8873 at 6/22/19 4:06 AM: I'm

[jira] [Commented] (LUCENE-8566) Deprecate methods in CustomAnalyzer.Builder which take factory classes

2019-06-21 Thread Tomoko Uchida (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-8566?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16870044#comment-16870044 ] Tomoko Uchida commented on LUCENE-8566: --- I opened LUCENE-8873 to improve documentation, and

[jira] [Commented] (LUCENE-8873) Improve analyzer factoryies' Javadoc.

2019-06-21 Thread Tomoko Uchida (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-8873?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16870041#comment-16870041 ] Tomoko Uchida commented on LUCENE-8873: --- I'm trying to find handy ways to properly manage /

[jira] [Created] (LUCENE-8873) Improve analyzer factoryies' Javadoc.

2019-06-21 Thread Tomoko Uchida (JIRA)
Tomoko Uchida created LUCENE-8873: - Summary: Improve analyzer factoryies' Javadoc. Key: LUCENE-8873 URL: https://issues.apache.org/jira/browse/LUCENE-8873 Project: Lucene - Core Issue Type:

[jira] [Resolved] (LUCENE-8778) Define analyzer SPI names as static final fields and document the names in Javadocs

2019-06-21 Thread Tomoko Uchida (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-8778?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Tomoko Uchida resolved LUCENE-8778. --- Resolution: Fixed Fix Version/s: master (9.0) I pushed it only to the master. Let me

[jira] [Assigned] (LUCENE-8778) Define analyzer SPI names as static final fields and document the names in Javadocs

2019-06-21 Thread Tomoko Uchida (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-8778?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Tomoko Uchida reassigned LUCENE-8778: - Assignee: Tomoko Uchida > Define analyzer SPI names as static final fields and

[jira] [Commented] (LUCENE-8816) Decouple Kuromoji's morphological analyser and its dictionary

2019-06-19 Thread Tomoko Uchida (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-8816?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16867793#comment-16867793 ] Tomoko Uchida commented on LUCENE-8816: --- I opened LUCENE-8869 to just decouple the system

[jira] [Updated] (LUCENE-8869) Build kuromoji system dictionary as a separated jar and load it from JapaneseTokenizer at runtime

2019-06-19 Thread Tomoko Uchida (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-8869?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Tomoko Uchida updated LUCENE-8869: -- Description: This is a sub-task for LUCENE-8816. In this issue, I will try to make small but

[jira] [Created] (LUCENE-8869) Build kuromoji system dictionary as a separated jar and load it from JapaneseTokenizer at runtime

2019-06-19 Thread Tomoko Uchida (JIRA)
Tomoko Uchida created LUCENE-8869: - Summary: Build kuromoji system dictionary as a separated jar and load it from JapaneseTokenizer at runtime Key: LUCENE-8869 URL:

[jira] [Commented] (LUCENE-8863) Improve handling of edge cases in Kuromoji's DIctionaryBuilder

2019-06-19 Thread Tomoko Uchida (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-8863?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16867709#comment-16867709 ] Tomoko Uchida commented on LUCENE-8863: --- One small thing: I think the issue title should be

[jira] [Commented] (LUCENE-8863) Improve handling of edge cases in Kuromoji's DIctionaryBuilder

2019-06-19 Thread Tomoko Uchida (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-8863?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16867628#comment-16867628 ] Tomoko Uchida commented on LUCENE-8863: --- Thanks [~sokolov], I've not tried the branch yet but I

[jira] [Commented] (LUCENE-8863) Improve handling of edge cases in Kuromoji's DIctionaryBuilder

2019-06-15 Thread Tomoko Uchida (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-8863?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16864906#comment-16864906 ] Tomoko Uchida commented on LUCENE-8863: --- As far as UniDic and trustworthy extensions (neologd or

[jira] [Commented] (LUCENE-8863) Improve handling of edge cases in Kuromoji's DIctionaryBuilder

2019-06-15 Thread Tomoko Uchida (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-8863?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16864693#comment-16864693 ] Tomoko Uchida commented on LUCENE-8863: --- Thanks [~sokolov], +1 for changing assertions to "real"

[jira] [Comment Edited] (LUCENE-8816) Decouple Kuromoji's morphological analyser and its dictionary

2019-06-11 Thread Tomoko Uchida (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-8816?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16861672#comment-16861672 ] Tomoko Uchida edited comment on LUCENE-8816 at 6/12/19 1:58 AM: I'd like

[jira] [Comment Edited] (LUCENE-8816) Decouple Kuromoji's morphological analyser and its dictionary

2019-06-11 Thread Tomoko Uchida (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-8816?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16861672#comment-16861672 ] Tomoko Uchida edited comment on LUCENE-8816 at 6/12/19 1:55 AM: I'd like

[jira] [Commented] (LUCENE-8816) Decouple Kuromoji's morphological analyser and its dictionary

2019-06-11 Thread Tomoko Uchida (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-8816?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16861672#comment-16861672 ] Tomoko Uchida commented on LUCENE-8816: --- I'd like to add some more information: the leftID (and

[jira] [Commented] (LUCENE-8817) Combine Nori and Kuromoji DictionaryBuilder

2019-06-10 Thread Tomoko Uchida (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-8817?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16860156#comment-16860156 ] Tomoko Uchida commented on LUCENE-8817: --- Let me make a small correction: bq. About the name, the

[jira] [Commented] (LUCENE-8817) Combine Nori and Kuromoji DictionaryBuilder

2019-06-10 Thread Tomoko Uchida (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-8817?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16859982#comment-16859982 ] Tomoko Uchida commented on LUCENE-8817: --- Sorry, Elasticseach analysis plugins heavily use

[jira] [Commented] (LUCENE-8817) Combine Nori and Kuromoji DictionaryBuilder

2019-06-10 Thread Tomoko Uchida (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-8817?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16859964#comment-16859964 ] Tomoko Uchida commented on LUCENE-8817: --- Hi [~cm], thanks for your comment! I used the term

[jira] [Comment Edited] (LUCENE-8817) Combine Nori and Kuromoji DictionaryBuilder

2019-06-08 Thread Tomoko Uchida (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-8817?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16859344#comment-16859344 ] Tomoko Uchida edited comment on LUCENE-8817 at 6/9/19 2:45 AM: --- For me, it

[jira] [Commented] (LUCENE-8817) Combine Nori and Kuromoji DictionaryBuilder

2019-06-08 Thread Tomoko Uchida (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-8817?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16859344#comment-16859344 ] Tomoko Uchida commented on LUCENE-8817: --- For me, it looks like a good starting point to create a

[jira] [Commented] (LUCENE-8816) Decouple Kuromoji's morphological analyser and its dictionary

2019-06-01 Thread Tomoko Uchida (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-8816?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16853783#comment-16853783 ] Tomoko Uchida commented on LUCENE-8816: --- Hi [~danmuzi], thanks for opening the issue. I hope both

[jira] [Commented] (LUCENE-8816) Decouple Kuromoji's morphological analyser and its dictionary

2019-06-01 Thread Tomoko Uchida (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-8816?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16853720#comment-16853720 ] Tomoko Uchida commented on LUCENE-8816: --- OK, if you will be able to merge two dictionary builders

[jira] [Comment Edited] (LUCENE-8816) Decouple Kuromoji's morphological analyser and its dictionary

2019-05-31 Thread Tomoko Uchida (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-8816?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16853504#comment-16853504 ] Tomoko Uchida edited comment on LUCENE-8816 at 6/1/19 12:29 AM: {quote}I

[jira] [Commented] (LUCENE-8816) Decouple Kuromoji's morphological analyser and its dictionary

2019-05-31 Thread Tomoko Uchida (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-8816?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16853504#comment-16853504 ] Tomoko Uchida commented on LUCENE-8816: --- {quote}But I think BinaryDirectoryWriter case can be

[jira] [Commented] (LUCENE-8816) Decouple Kuromoji's morphological analyser and its dictionary

2019-05-31 Thread Tomoko Uchida (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-8816?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16852706#comment-16852706 ] Tomoko Uchida commented on LUCENE-8816: --- Related to the comment from [~rcmuir], {quote}This has

[jira] [Comment Edited] (LUCENE-8816) Decouple Kuromoji's morphological analyser and its dictionary

2019-05-30 Thread Tomoko Uchida (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-8816?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16852595#comment-16852595 ] Tomoko Uchida edited comment on LUCENE-8816 at 5/31/19 2:33 AM: Thank

[jira] [Commented] (LUCENE-8816) Decouple Kuromoji's morphological analyser and its dictionary

2019-05-30 Thread Tomoko Uchida (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-8816?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16852595#comment-16852595 ] Tomoko Uchida commented on LUCENE-8816: --- Thank you guys, for your comments and suggestions. To me

[jira] [Comment Edited] (LUCENE-8816) Decouple Kuromoji's morphological analyser and its dictionary

2019-05-30 Thread Tomoko Uchida (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-8816?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16851556#comment-16851556 ] Tomoko Uchida edited comment on LUCENE-8816 at 5/30/19 6:22 AM: I looked

[jira] [Commented] (LUCENE-8816) Decouple Kuromoji's morphological analyser and its dictionary

2019-05-30 Thread Tomoko Uchida (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-8816?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16851556#comment-16851556 ] Tomoko Uchida commented on LUCENE-8816: --- I looked over the diffs between current Kuromoji and Nori

[jira] [Commented] (LUCENE-8816) Decouple Kuromoji's morphological analyser and its dictionary

2019-05-29 Thread Tomoko Uchida (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-8816?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16851477#comment-16851477 ] Tomoko Uchida commented on LUCENE-8816: --- Thaks [~rcmuir], I checked current assertions in the

[jira] [Commented] (LUCENE-8816) Decouple Kuromoji's morphological analyser and its dictionary

2019-05-28 Thread Tomoko Uchida (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-8816?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16850233#comment-16850233 ] Tomoko Uchida commented on LUCENE-8816: --- Hi [~danmuzi], thanks for speaking up about this. The

[jira] [Commented] (LUCENE-8816) Decouple Kuromoji's morphological analyser and its dictionary

2019-05-28 Thread Tomoko Uchida (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-8816?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16849840#comment-16849840 ] Tomoko Uchida commented on LUCENE-8816: --- Hi [~jim.ferenczi], I just skimmed your comments and

[jira] [Commented] (LUCENE-8816) Decouple Kuromoji's morphological analyser and its dictionary

2019-05-28 Thread Tomoko Uchida (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-8816?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16849755#comment-16849755 ] Tomoko Uchida commented on LUCENE-8816: --- [~rcmuir] [~sokolov]: Thanks for the comments and advice!

[jira] [Updated] (LUCENE-8816) Decouple Kuromoji's morphological analyser and its dictionary

2019-05-28 Thread Tomoko Uchida (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-8816?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Tomoko Uchida updated LUCENE-8816: -- Description: I've inspired by this mail-list thread.

[jira] [Created] (LUCENE-8816) Decouple Kuromoji's morphological analyser and its dictionary

2019-05-28 Thread Tomoko Uchida (JIRA)
Tomoko Uchida created LUCENE-8816: - Summary: Decouple Kuromoji's morphological analyser and its dictionary Key: LUCENE-8816 URL: https://issues.apache.org/jira/browse/LUCENE-8816 Project: Lucene -

[jira] [Commented] (LUCENE-8778) Define analyzer SPI names as static final fields and document the names in Javadocs

2019-05-25 Thread Tomoko Uchida (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-8778?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16848292#comment-16848292 ] Tomoko Uchida commented on LUCENE-8778: --- Sorry, here is the diff between the master and my branch

[jira] [Comment Edited] (LUCENE-8778) Define analyzer SPI names as static final fields and document the names in Javadocs

2019-05-25 Thread Tomoko Uchida (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-8778?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16848225#comment-16848225 ] Tomoko Uchida edited comment on LUCENE-8778 at 5/25/19 10:03 PM: - I

[jira] [Commented] (LUCENE-8778) Define analyzer SPI names as static final fields and document the names in Javadocs

2019-05-25 Thread Tomoko Uchida (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-8778?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16848225#comment-16848225 ] Tomoko Uchida commented on LUCENE-8778: --- I updated the pull request. * Service lookup is

[jira] [Updated] (LUCENE-8778) Define analyzer SPI names as static final fields and document the names in Javadocs

2019-05-25 Thread Tomoko Uchida (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-8778?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Tomoko Uchida updated LUCENE-8778: -- Attachment: Screenshot from 2019-05-25 23-25-24.png > Define analyzer SPI names as static

[jira] [Commented] (LUCENE-8778) Define analyzer SPI names as static final fields and document the names in Javadocs

2019-05-25 Thread Tomoko Uchida (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-8778?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16848181#comment-16848181 ] Tomoko Uchida commented on LUCENE-8778: --- Thanks for the comment, I will rethink the implementation

[jira] [Commented] (LUCENE-8778) Define analyzer SPI names as static final fields and document the names in Javadocs

2019-05-25 Thread Tomoko Uchida (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-8778?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16848148#comment-16848148 ] Tomoko Uchida commented on LUCENE-8778: --- Or, we may be able to document about the case-insensitive

[jira] [Commented] (LUCENE-8778) Define analyzer SPI names as static final fields and document the names in Javadocs

2019-05-25 Thread Tomoko Uchida (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-8778?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16848132#comment-16848132 ] Tomoko Uchida commented on LUCENE-8778: --- bq. Now documented SPI names are camel cased, so it would

[jira] [Commented] (LUCENE-8778) Define analyzer SPI names as static final fields and document the names in Javadocs

2019-05-24 Thread Tomoko Uchida (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-8778?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16847486#comment-16847486 ] Tomoko Uchida commented on LUCENE-8778: --- Hi [~thetaphi], I did a regression test and fixed

[jira] [Updated] (LUCENE-8778) Define analyzer SPI names as static final fields and document the names in Javadocs

2019-05-24 Thread Tomoko Uchida (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-8778?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Tomoko Uchida updated LUCENE-8778: -- Attachment: TestSPINames.java > Define analyzer SPI names as static final fields and document

[jira] [Updated] (LUCENE-8778) Define analyzer SPI names as static final fields and document the names in Javadocs

2019-05-24 Thread Tomoko Uchida (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-8778?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Tomoko Uchida updated LUCENE-8778: -- Attachment: ListAnalysisComponents.java > Define analyzer SPI names as static final fields

[jira] [Updated] (LUCENE-8778) Define analyzer SPI names as static final fields and document the names in Javadocs

2019-05-22 Thread Tomoko Uchida (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-8778?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Tomoko Uchida updated LUCENE-8778: -- Attachment: (was: SPINamesGenerator.java) > Define analyzer SPI names as static final

[jira] [Updated] (LUCENE-8778) Define analyzer SPI names as static final fields and document the names in Javadocs

2019-05-22 Thread Tomoko Uchida (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-8778?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Tomoko Uchida updated LUCENE-8778: -- Attachment: SPINamesGenerator.java > Define analyzer SPI names as static final fields and

[jira] [Commented] (LUCENE-8778) Define analyzer SPI names as static final fields and document the names in Javadocs

2019-05-22 Thread Tomoko Uchida (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-8778?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16846037#comment-16846037 ] Tomoko Uchida commented on LUCENE-8778: --- Update: static SPI {{NAME}} fields and javadoc tags are

[jira] [Updated] (LUCENE-8778) Define analyzer SPI names as static final fields and document the names in Javadocs

2019-05-22 Thread Tomoko Uchida (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-8778?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Tomoko Uchida updated LUCENE-8778: -- Attachment: SPINamesGenerator.java > Define analyzer SPI names as static final fields and

[jira] [Commented] (LUCENE-8793) Enhanced UI for CustomAnalyzer : show analysis steps

2019-05-19 Thread Tomoko Uchida (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-8793?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16843392#comment-16843392 ] Tomoko Uchida commented on LUCENE-8793: --- Hi Ohtani san, thanks for updating the patch, I looked

[jira] [Assigned] (LUCENE-8793) Enhanced UI for CustomAnalyzer : show analysis steps

2019-05-19 Thread Tomoko Uchida (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-8793?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Tomoko Uchida reassigned LUCENE-8793: - Assignee: Tomoko Uchida > Enhanced UI for CustomAnalyzer : show analysis steps >

[jira] [Commented] (SOLR-13452) Update the lucene-solr build from Ivy+Ant+Maven (shadow build) to Gradle.

2019-05-15 Thread Tomoko Uchida (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-13452?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16840529#comment-16840529 ] Tomoko Uchida commented on SOLR-13452: -- bq. I think Groovy seems more widely known and used with

[jira] [Commented] (SOLR-13452) Update the lucene-solr build from Ivy+Ant+Maven (shadow build) to Gradle.

2019-05-15 Thread Tomoko Uchida (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-13452?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16840290#comment-16840290 ] Tomoko Uchida commented on SOLR-13452: -- I have also noticed Gradle Kotlin DSL 1.0 was released in

[jira] [Comment Edited] (SOLR-13452) Update the lucene-solr build from Ivy+Ant+Maven (shadow build) to Gradle.

2019-05-10 Thread Tomoko Uchida (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-13452?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16837747#comment-16837747 ] Tomoko Uchida edited comment on SOLR-13452 at 5/11/19 3:43 AM: --- Hi

[jira] [Commented] (SOLR-13452) Update the lucene-solr build from Ivy+Ant+Maven (shadow build) to Gradle.

2019-05-10 Thread Tomoko Uchida (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-13452?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16837747#comment-16837747 ] Tomoko Uchida commented on SOLR-13452: -- Hi [~markrmil...@gmail.com], thank you for working this.

[jira] [Commented] (LUCENE-8793) Enhanced UI for CustomAnalyzer : show analysis steps

2019-05-10 Thread Tomoko Uchida (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-8793?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16837742#comment-16837742 ] Tomoko Uchida commented on LUCENE-8793: --- Hi [~jun_o], thanks for updating the patch. By the way I

[jira] [Commented] (LUCENE-8793) Enhanced UI for CustomAnalyzer : show analysis steps

2019-05-06 Thread Tomoko Uchida (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-8793?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16833542#comment-16833542 ] Tomoko Uchida commented on LUCENE-8793: --- [~jun_o]: thanks for the nice patch! I did some sanity

[jira] [Updated] (LUCENE-8793) Enhanced UI for CustomAnalyzer : show analysis steps

2019-05-05 Thread Tomoko Uchida (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-8793?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Tomoko Uchida updated LUCENE-8793: -- Attachment: Screenshot from 2019-05-06 13-45-40.png > Enhanced UI for CustomAnalyzer : show

[jira] [Updated] (LUCENE-8793) Enhanced UI for CustomAnalyzer : show analysis steps

2019-05-05 Thread Tomoko Uchida (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-8793?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Tomoko Uchida updated LUCENE-8793: -- Attachment: Screenshot from 2019-05-06 13-46-16.png > Enhanced UI for CustomAnalyzer : show

[jira] [Commented] (LUCENE-8789) Use JGoodies' look for Luke on Windows platform

2019-05-03 Thread Tomoko Uchida (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-8789?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16832993#comment-16832993 ] Tomoko Uchida commented on LUCENE-8789: --- I opened an issue for the console logs: LUCENE-8792. To

[jira] [Created] (LUCENE-8792) Output Luke (for Windows) console log to a file

2019-05-03 Thread Tomoko Uchida (JIRA)
Tomoko Uchida created LUCENE-8792: - Summary: Output Luke (for Windows) console log to a file Key: LUCENE-8792 URL: https://issues.apache.org/jira/browse/LUCENE-8792 Project: Lucene - Core

[jira] [Resolved] (LUCENE-8789) Use JGoodies' look for Luke on Windows platform

2019-05-03 Thread Tomoko Uchida (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-8789?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Tomoko Uchida resolved LUCENE-8789. --- Resolution: Won't Fix > Use JGoodies' look for Luke on Windows platform >

[jira] [Comment Edited] (LUCENE-8789) Use JGoodies' look for Luke on Windows platform

2019-05-03 Thread Tomoko Uchida (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-8789?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16832959#comment-16832959 ] Tomoko Uchida edited comment on LUCENE-8789 at 5/4/19 1:31 AM: --- Hi Uwe,

[jira] [Comment Edited] (LUCENE-8789) Use JGoodies' look for Luke on Windows platform

2019-05-03 Thread Tomoko Uchida (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-8789?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16832959#comment-16832959 ] Tomoko Uchida edited comment on LUCENE-8789 at 5/4/19 1:27 AM: --- Hi Uwe,

[jira] [Commented] (LUCENE-8789) Use JGoodies' look for Luke on Windows platform

2019-05-03 Thread Tomoko Uchida (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-8789?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16832959#comment-16832959 ] Tomoko Uchida commented on LUCENE-8789: --- Hi Uwe, thanks for your comments and explanation. I have

[jira] [Reopened] (LUCENE-8789) Use JGoodies' look for Luke on Windows platform

2019-05-03 Thread Tomoko Uchida (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-8789?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Tomoko Uchida reopened LUCENE-8789: --- For now I cannot decide whether to use the 3rd party library (the quality and license is

[jira] [Commented] (LUCENE-8789) Use JGoodies' look for Luke on Windows platform

2019-05-03 Thread Tomoko Uchida (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-8789?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16832409#comment-16832409 ] Tomoko Uchida commented on LUCENE-8789: --- Sorry, my explanation was not sufficient... {quote}If the

[jira] [Updated] (LUCENE-8789) Use JGoodies' look for Luke on Windows platform

2019-05-03 Thread Tomoko Uchida (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-8789?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Tomoko Uchida updated LUCENE-8789: -- Attachment: sc_luke_java8.png > Use JGoodies' look for Luke on Windows platform >

[jira] [Commented] (LUCENE-8789) Use JGoodies' look for Luke on Windows platform

2019-05-02 Thread Tomoko Uchida (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-8789?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16832156#comment-16832156 ] Tomoko Uchida commented on LUCENE-8789: --- Hi [~rcmuir], I'm not an expert but seems like Java 11

[jira] [Commented] (LUCENE-8789) Use JGoodies' look for Luke on Windows platform

2019-05-02 Thread Tomoko Uchida (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-8789?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16832094#comment-16832094 ] Tomoko Uchida commented on LUCENE-8789: --- [~erickerickson]: Thanks for your comments. Obviously

[jira] [Resolved] (LUCENE-8789) Use JGoodies' look for Luke on Windows platform

2019-05-02 Thread Tomoko Uchida (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-8789?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Tomoko Uchida resolved LUCENE-8789. --- Resolution: Won't Fix > Use JGoodies' look for Luke on Windows platform >

[jira] [Commented] (LUCENE-8789) Use JGoodies' look for Luke on Windows platform

2019-05-02 Thread Tomoko Uchida (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-8789?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16831655#comment-16831655 ] Tomoko Uchida commented on LUCENE-8789: --- OK, I have no strong objection, so I will withdraw this

[jira] [Commented] (LUCENE-8789) Use JGoodies' look for Luke on Windows platform

2019-05-01 Thread Tomoko Uchida (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-8789?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16831418#comment-16831418 ] Tomoko Uchida commented on LUCENE-8789: --- A point to note: There is a disclaimer from the author, 

[jira] [Commented] (LUCENE-8789) Use JGoodies' look for Luke on Windows platform

2019-05-01 Thread Tomoko Uchida (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-8789?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16831414#comment-16831414 ] Tomoko Uchida commented on LUCENE-8789: --- Here is the patch including Licence and Notice texts, and

[jira] [Updated] (LUCENE-8789) Use JGoodies' look for Luke on Windows platform

2019-05-01 Thread Tomoko Uchida (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-8789?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Tomoko Uchida updated LUCENE-8789: -- Attachment: LUCENE-8789.patch > Use JGoodies' look for Luke on Windows platform >

[jira] [Comment Edited] (LUCENE-8789) Use JGoodies' look for Luke on Windows platform

2019-05-01 Thread Tomoko Uchida (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-8789?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16831397#comment-16831397 ] Tomoko Uchida edited comment on LUCENE-8789 at 5/2/19 3:26 AM: --- Aside from

[jira] [Comment Edited] (LUCENE-8789) Use JGoodies' look for Luke on Windows platform

2019-05-01 Thread Tomoko Uchida (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-8789?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16831397#comment-16831397 ] Tomoko Uchida edited comment on LUCENE-8789 at 5/2/19 3:25 AM: --- Aside from

[jira] [Commented] (LUCENE-8789) Use JGoodies' look for Luke on Windows platform

2019-05-01 Thread Tomoko Uchida (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-8789?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16831397#comment-16831397 ] Tomoko Uchida commented on LUCENE-8789: --- Aside from a bit shiny flavor, this solves most of the

[jira] [Updated] (LUCENE-8789) Use JGoodies' look for Luke on Windows platform

2019-05-01 Thread Tomoko Uchida (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-8789?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Tomoko Uchida updated LUCENE-8789: -- Attachment: Luke_ Lucene Toolbox Project - v9.0.0 2019_05_02 11_53_37.png > Use JGoodies'

[jira] [Updated] (LUCENE-8789) Use JGoodies' look for Luke on Windows platform

2019-05-01 Thread Tomoko Uchida (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-8789?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Tomoko Uchida updated LUCENE-8789: -- Attachment: Luke_ Lucene Toolbox Project - v9.0.0 2019_05_02 11_45_14.png > Use JGoodies'

[jira] [Created] (LUCENE-8789) Use JGoodies' look for Luke on Windows platform

2019-05-01 Thread Tomoko Uchida (JIRA)
Tomoko Uchida created LUCENE-8789: - Summary: Use JGoodies' look for Luke on Windows platform Key: LUCENE-8789 URL: https://issues.apache.org/jira/browse/LUCENE-8789 Project: Lucene - Core

[jira] [Assigned] (LUCENE-8789) Use JGoodies' look for Luke on Windows platform

2019-05-01 Thread Tomoko Uchida (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-8789?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Tomoko Uchida reassigned LUCENE-8789: - Assignee: Tomoko Uchida > Use JGoodies' look for Luke on Windows platform >

[jira] [Commented] (LUCENE-8778) Define analyzer SPI names as static final fields and document the names in Javadocs

2019-04-30 Thread Tomoko Uchida (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-8778?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16830829#comment-16830829 ] Tomoko Uchida commented on LUCENE-8778: --- Hi Uwe, seems your comments are not visible to me. Not

[jira] [Commented] (LUCENE-8778) Define analyzer SPI names as static final fields and document the names in Javadocs

2019-04-30 Thread Tomoko Uchida (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-8778?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16830626#comment-16830626 ] Tomoko Uchida commented on LUCENE-8778: --- Hi Uwe, I updated the pull request: * Now

[jira] [Updated] (LUCENE-8778) Define analyzer SPI names as static final fields and document the names in Javadocs

2019-04-30 Thread Tomoko Uchida (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-8778?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Tomoko Uchida updated LUCENE-8778: -- Description: Each built-in analysis component (factory of tokenizer / char filter / token

[jira] [Commented] (LUCENE-8778) Define analyzer SPI names as static final fields and document the names in Javadocs

2019-04-26 Thread Tomoko Uchida (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-8778?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16826897#comment-16826897 ] Tomoko Uchida commented on LUCENE-8778: --- Thanks, first I thought we can change the SPI loader in

[jira] [Commented] (LUCENE-4056) Japanese Tokenizer (Kuromoji) cannot build UniDic dictionary

2019-04-26 Thread Tomoko Uchida (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-4056?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16826875#comment-16826875 ] Tomoko Uchida commented on LUCENE-4056: --- [~h.kazuaki]: thanks, do you have a patch for this? I

[jira] [Commented] (LUCENE-8566) Deprecate methods in CustomAnalyzer.Builder which take factory classes

2019-04-25 Thread Tomoko Uchida (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-8566?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16826265#comment-16826265 ] Tomoko Uchida commented on LUCENE-8566: --- Hi [~thetaphi], I opened a sub-issue: 

[jira] [Commented] (LUCENE-8778) Define analyzer SPI names as static final fields and document the names in Javadocs

2019-04-25 Thread Tomoko Uchida (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-8778?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16826254#comment-16826254 ] Tomoko Uchida commented on LUCENE-8778: --- To begin with, I only changed char filters for design

[jira] [Updated] (LUCENE-8778) Define analyzer SPI names as static final fields and document the names in Javadocs

2019-04-25 Thread Tomoko Uchida (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-8778?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Tomoko Uchida updated LUCENE-8778: -- Attachment: Screenshot from 2019-04-26 02-17-48.png > Define analyzer SPI names as static

[jira] [Created] (LUCENE-8778) Define analyzer SPI names as static final fields and document the names in Javadocs

2019-04-25 Thread Tomoko Uchida (JIRA)
Tomoko Uchida created LUCENE-8778: - Summary: Define analyzer SPI names as static final fields and document the names in Javadocs Key: LUCENE-8778 URL: https://issues.apache.org/jira/browse/LUCENE-8778

[jira] [Commented] (LUCENE-8777) Inconsistent behavior in JapaneseTokenizer search mode

2019-04-24 Thread Tomoko Uchida (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-8777?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16825156#comment-16825156 ] Tomoko Uchida commented on LUCENE-8777: --- This should be easily fixed by just adding first column

[jira] [Commented] (LUCENE-4056) Japanese Tokenizer (Kuromoji) cannot build UniDic dictionary

2019-04-24 Thread Tomoko Uchida (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-4056?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16825017#comment-16825017 ] Tomoko Uchida commented on LUCENE-4056: --- Hi, as far as licensing, UniDic is now distributed under

[jira] [Commented] (LUCENE-8777) Inconsistent behavior in JapaneseTokenizer search mode

2019-04-24 Thread Tomoko Uchida (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-8777?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16824961#comment-16824961 ] Tomoko Uchida commented on LUCENE-8777: --- [~h.kazuaki] Agree. According to this test case I've not

[jira] [Created] (LUCENE-8777) Inconsistent behavior in JapaneseTokenizer search mode

2019-04-24 Thread Tomoko Uchida (JIRA)
Tomoko Uchida created LUCENE-8777: - Summary: Inconsistent behavior in JapaneseTokenizer search mode Key: LUCENE-8777 URL: https://issues.apache.org/jira/browse/LUCENE-8777 Project: Lucene - Core

[jira] [Commented] (LUCENE-2562) Make Luke a Lucene/Solr Module

2019-04-23 Thread Tomoko Uchida (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2562?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16824775#comment-16824775 ] Tomoko Uchida commented on LUCENE-2562: --- Seems tests are stable for now, I just closed this.

[jira] [Resolved] (LUCENE-2562) Make Luke a Lucene/Solr Module

2019-04-23 Thread Tomoko Uchida (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2562?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Tomoko Uchida resolved LUCENE-2562. --- Resolution: Fixed > Make Luke a Lucene/Solr Module > -- > >

[jira] [Commented] (LUCENE-8738) Bump minimum Java version requirement to 11

2019-04-21 Thread Tomoko Uchida (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-8738?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16822682#comment-16822682 ] Tomoko Uchida commented on LUCENE-8738: --- I pushed the change to master and branch_8x. > Bump

<    1   2   3   4   5   >