[jira] (LUCENE-10319) Make ForUtil#BLOCK_SIZE changeable

2021-12-16 Thread Feng Guo (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-10319 ] Feng Guo deleted comment on LUCENE-10319: --- was (Author: gf2121): Out of curiosity, I run the luceneutil wikimedium1m for block size = 64 / 256, I post the result here in case someone would be

[GitHub] [lucene] mocobeta commented on a change in pull request #533: LUCENE-10255: cleaned up module system support and other sub-issues

2021-12-16 Thread GitBox
mocobeta commented on a change in pull request #533: URL: https://github.com/apache/lucene/pull/533#discussion_r77372 ## File path: lucene/expressions/src/java/module-info.java ## @@ -0,0 +1,28 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one or more +

[GitHub] [lucene] mocobeta commented on a change in pull request #533: LUCENE-10255: cleaned up module system support and other sub-issues

2021-12-16 Thread GitBox
mocobeta commented on a change in pull request #533: URL: https://github.com/apache/lucene/pull/533#discussion_r771106592 ## File path: lucene/expressions/src/java/module-info.java ## @@ -0,0 +1,28 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one or more +

[GitHub] [lucene] mocobeta commented on a change in pull request #533: LUCENE-10255: cleaned up module system support and other sub-issues

2021-12-16 Thread GitBox
mocobeta commented on a change in pull request #533: URL: https://github.com/apache/lucene/pull/533#discussion_r771106592 ## File path: lucene/expressions/src/java/module-info.java ## @@ -0,0 +1,28 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one or more +

[GitHub] [lucene] mocobeta commented on a change in pull request #533: LUCENE-10255: cleaned up module system support and other sub-issues

2021-12-16 Thread GitBox
mocobeta commented on a change in pull request #533: URL: https://github.com/apache/lucene/pull/533#discussion_r771106592 ## File path: lucene/expressions/src/java/module-info.java ## @@ -0,0 +1,28 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one or more +

[GitHub] [lucene-solr] broberson721 commented on pull request #2010: SOLR-12182: Don't persist base_url in ZK as the scheme is variable, compute from node_name instead

2021-12-16 Thread GitBox
broberson721 commented on pull request #2010: URL: https://github.com/apache/lucene-solr/pull/2010#issuecomment-996278823 Understood. And thanks. We're hoping a fix gets out there before we have to patch due to security issues. I think the big security issue with 8.7 (CVE-2021-29943) doesn

[GitHub] [lucene-solr] thelabdude commented on pull request #2010: SOLR-12182: Don't persist base_url in ZK as the scheme is variable, compute from node_name instead

2021-12-16 Thread GitBox
thelabdude commented on pull request #2010: URL: https://github.com/apache/lucene-solr/pull/2010#issuecomment-996275681 Can't really speak to a release date for 8.11.2 but bug fix releases can happen pretty quickly. On the other hand, it's better to let 8.11.1 live in the wild for a little

[GitHub] [lucene-solr] broberson721 commented on pull request #2010: SOLR-12182: Don't persist base_url in ZK as the scheme is variable, compute from node_name instead

2021-12-16 Thread GitBox
broberson721 commented on pull request #2010: URL: https://github.com/apache/lucene-solr/pull/2010#issuecomment-996273618 Appreciate that.. Any sense how off 8.11.2/this fix would be? A couple months? Or much longer? -- This is an automated message from the Apache Git Service. To respond

[GitHub] [lucene-solr] thelabdude commented on pull request #2010: SOLR-12182: Don't persist base_url in ZK as the scheme is variable, compute from node_name instead

2021-12-16 Thread GitBox
thelabdude commented on pull request #2010: URL: https://github.com/apache/lucene-solr/pull/2010#issuecomment-996264243 yeah we need to fix that ... the singleton works great for the server-side but doesn't work for multiple clusters with different SSL config as you describe ... I'll come

[GitHub] [lucene-solr] broberson721 commented on pull request #2010: SOLR-12182: Don't persist base_url in ZK as the scheme is variable, compute from node_name instead

2021-12-16 Thread GitBox
broberson721 commented on pull request #2010: URL: https://github.com/apache/lucene-solr/pull/2010#issuecomment-996257742 UrlScheme.INSTANCE became a singleton with this PR. That is causing failures for use cases where a single client connects to some clusters with SSL enabled and some wit

[GitHub] [lucene] uschindler closed pull request #470: LUCENE-10255: fully embrace the java module system

2021-12-16 Thread GitBox
uschindler closed pull request #470: URL: https://github.com/apache/lucene/pull/470 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: issues-unsubsc

[GitHub] [lucene] gsmiller commented on pull request #547: LUCENE-10321: Tweak MultiRangeQuery interval tree creation logic

2021-12-16 Thread GitBox
gsmiller commented on pull request #547: URL: https://github.com/apache/lucene/pull/547#issuecomment-996122277 > I would prefer if RangeTree does not implement Range any more as it does not follow the contract. What do you think? +1 makes sense > So I was thinking we can remov

[jira] [Created] (LUCENE-10324) Automatic cross-validation between the graph of modules and declared dependencies in gradle

2021-12-16 Thread Dawid Weiss (Jira)
Dawid Weiss created LUCENE-10324: Summary: Automatic cross-validation between the graph of modules and declared dependencies in gradle Key: LUCENE-10324 URL: https://issues.apache.org/jira/browse/LUCENE-10324

[jira] [Created] (LUCENE-10323) Modify module descriptors to require core API dependencies and expose them transitively

2021-12-16 Thread Dawid Weiss (Jira)
Dawid Weiss created LUCENE-10323: Summary: Modify module descriptors to require core API dependencies and expose them transitively Key: LUCENE-10323 URL: https://issues.apache.org/jira/browse/LUCENE-10323

[jira] [Created] (LUCENE-10322) Enable -Xlint:path and -Xlint:-exports

2021-12-16 Thread Dawid Weiss (Jira)
Dawid Weiss created LUCENE-10322: Summary: Enable -Xlint:path and -Xlint:-exports Key: LUCENE-10322 URL: https://issues.apache.org/jira/browse/LUCENE-10322 Project: Lucene - Core Issue Type:

[GitHub] [lucene] dweiss commented on a change in pull request #533: LUCENE-10255: cleaned up module system support and other sub-issues

2021-12-16 Thread GitBox
dweiss commented on a change in pull request #533: URL: https://github.com/apache/lucene/pull/533#discussion_r770840701 ## File path: gradle/testing/randomization.gradle ## @@ -164,7 +164,9 @@ allprojects { // Enable security manager, if requested. We could move the se

[GitHub] [lucene] dweiss commented on a change in pull request #533: LUCENE-10255: cleaned up module system support and other sub-issues

2021-12-16 Thread GitBox
dweiss commented on a change in pull request #533: URL: https://github.com/apache/lucene/pull/533#discussion_r770838800 ## File path: gradle/java/folder-layout.gradle ## @@ -19,7 +19,7 @@ allprojects { plugins.withType(JavaPlugin) { sourceSets { - main.java.srcDir

[GitHub] [lucene] uschindler commented on a change in pull request #533: LUCENE-10255: cleaned up module system support and other sub-issues

2021-12-16 Thread GitBox
uschindler commented on a change in pull request #533: URL: https://github.com/apache/lucene/pull/533#discussion_r770784718 ## File path: gradle/java/folder-layout.gradle ## @@ -19,7 +19,7 @@ allprojects { plugins.withType(JavaPlugin) { sourceSets { - main.java.sr

[jira] [Commented] (LUCENE-10313) Remove log4j from dependencies and switch to java logging (in luke)

2021-12-16 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-10313?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17460916#comment-17460916 ] ASF subversion and git services commented on LUCENE-10313: -- Co

[jira] [Commented] (LUCENE-10313) Remove log4j from dependencies and switch to java logging (in luke)

2021-12-16 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-10313?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17460915#comment-17460915 ] ASF subversion and git services commented on LUCENE-10313: -- Co

[GitHub] [lucene] dweiss commented on pull request #533: LUCENE-10255: cleaned up module system support and other sub-issues

2021-12-16 Thread GitBox
dweiss commented on pull request #533: URL: https://github.com/apache/lucene/pull/533#issuecomment-996018090 Right. I'm not sure there's much to be added here without adding tons of stuff. The issue itself (LUCENE-10255) can remain open for other patches but this one is already huge and is

[jira] [Assigned] (LUCENE-10255) Fully embrace the java module system

2021-12-16 Thread Dawid Weiss (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-10255?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Dawid Weiss reassigned LUCENE-10255: Assignee: Dawid Weiss > Fully embrace the java module system > -

[jira] [Resolved] (LUCENE-10308) Make ecj and javadoc run with modular paths

2021-12-16 Thread Dawid Weiss (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-10308?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Dawid Weiss resolved LUCENE-10308. -- Resolution: Fixed Squashed to jms2 branch. > Make ecj and javadoc run with modular paths >

[jira] (LUCENE-10315) Speed up BKD leaf block ids codec by a 512 ints ForUtil

2021-12-16 Thread Feng Guo (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-10315 ] Feng Guo deleted comment on LUCENE-10315: --- was (Author: gf2121): I noticed that benchmark in LuceneUtil is mainly for geo scenes (BKD can support multi-dimension points is really a powerful f

[jira] [Updated] (LUCENE-10315) Speed up BKD leaf block ids codec by a 512 ints ForUtil

2021-12-16 Thread Feng Guo (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-10315?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Feng Guo updated LUCENE-10315: -- Description: Elasticsearch (which based on lucene) can automatically infers types for users with its

[jira] [Commented] (LUCENE-10321) MultiRangeQuery doesn't need to "pull up" mins when building an interval tree

2021-12-16 Thread Greg Miller (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-10321?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17460820#comment-17460820 ] Greg Miller commented on LUCENE-10321: -- [~ivera] could you peek at this PR when yo

[GitHub] [lucene] gsmiller opened a new pull request #547: LUCENE-10321: Tweak MultiRangeQuery interval tree creation logic

2021-12-16 Thread GitBox
gsmiller opened a new pull request #547: URL: https://github.com/apache/lucene/pull/547 # Description Small tweak that makes the interval tree creation logic in MultiRangeQuery consistent with ComponentTree. # Solution Just remove the "roll up" of min values since inter

[jira] [Commented] (LUCENE-10321) MultiRangeQuery doesn't need to "pull up" mins when building an interval tree

2021-12-16 Thread Ignacio Vera (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-10321?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17460817#comment-17460817 ] Ignacio Vera commented on LUCENE-10321: --- +1 > MultiRangeQuery doesn't need to "p

[jira] [Assigned] (LUCENE-10321) MultiRangeQuery doesn't need to "pull up" mins when building an interval tree

2021-12-16 Thread Greg Miller (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-10321?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Greg Miller reassigned LUCENE-10321: Assignee: Greg Miller > MultiRangeQuery doesn't need to "pull up" mins when building an

[jira] [Created] (LUCENE-10321) MultiRangeQuery doesn't need to "pull up" mins when building an interval tree

2021-12-16 Thread Greg Miller (Jira)
Greg Miller created LUCENE-10321: Summary: MultiRangeQuery doesn't need to "pull up" mins when building an interval tree Key: LUCENE-10321 URL: https://issues.apache.org/jira/browse/LUCENE-10321 Proje

[jira] [Commented] (LUCENE-10320) Update releaseWizard after 8.11.1 release

2021-12-16 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-10320?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17460801#comment-17460801 ] ASF subversion and git services commented on LUCENE-10320: -- Co

[jira] [Commented] (LUCENE-10320) Update releaseWizard after 8.11.1 release

2021-12-16 Thread Jira
[ https://issues.apache.org/jira/browse/LUCENE-10320?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17460796#comment-17460796 ] Jan Høydahl commented on LUCENE-10320: -- https://github.com/apache/lucene-solr/comm

[jira] [Resolved] (LUCENE-10320) Update releaseWizard after 8.11.1 release

2021-12-16 Thread Jira
[ https://issues.apache.org/jira/browse/LUCENE-10320?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jan Høydahl resolved LUCENE-10320. -- Resolution: Fixed > Update releaseWizard after 8.11.1 release > -

[jira] [Created] (LUCENE-10320) Update releaseWizard after 8.11.1 release

2021-12-16 Thread Jira
Jan Høydahl created LUCENE-10320: Summary: Update releaseWizard after 8.11.1 release Key: LUCENE-10320 URL: https://issues.apache.org/jira/browse/LUCENE-10320 Project: Lucene - Core Issue Typ

[jira] [Commented] (LUCENE-10313) Remove log4j from dependencies and switch to java logging (in luke)

2021-12-16 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-10313?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17460788#comment-17460788 ] ASF subversion and git services commented on LUCENE-10313: -- Co

[GitHub] [lucene] mocobeta commented on pull request #546: LUCENE-10313: minor clean-ups and follow-ups

2021-12-16 Thread GitBox
mocobeta commented on pull request #546: URL: https://github.com/apache/lucene/pull/546#issuecomment-995880325 I was late. Thank you. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific

[jira] [Commented] (LUCENE-10313) Remove log4j from dependencies and switch to java logging (in luke)

2021-12-16 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-10313?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17460783#comment-17460783 ] ASF subversion and git services commented on LUCENE-10313: -- Co

[GitHub] [lucene] dweiss merged pull request #546: LUCENE-10313: minor clean-ups and follow-ups

2021-12-16 Thread GitBox
dweiss merged pull request #546: URL: https://github.com/apache/lucene/pull/546 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: issues-unsubscr...

[GitHub] [lucene] dweiss commented on pull request #546: LUCENE-10313: minor clean-ups and follow-ups

2021-12-16 Thread GitBox
dweiss commented on pull request #546: URL: https://github.com/apache/lucene/pull/546#issuecomment-995877070 I'll risk it and merge it in - hope you won't mind, @mocobeta -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and u

[GitHub] [lucene] dweiss commented on pull request #546: LUCENE-10313: minor clean-ups and follow-ups

2021-12-16 Thread GitBox
dweiss commented on pull request #546: URL: https://github.com/apache/lucene/pull/546#issuecomment-995870997 I'd merge it in now, it looks fine and I need it for the module patch because it currently conflicts. -- This is an automated message from the Apache Git Service. To respond to th

[GitHub] [lucene] mocobeta commented on pull request #544: LUCENE-10313: drop log4j from luke

2021-12-16 Thread GitBox
mocobeta commented on pull request #544: URL: https://github.com/apache/lucene/pull/544#issuecomment-995816182 I made minor follow-ups. https://github.com/apache/lucene/pull/546 I will merge it tomorrow if there is no objection or comment. -- This is an automated message from the Apach

[GitHub] [lucene] mocobeta opened a new pull request #546: LUCENE-10313: minor clean-ups and follow-ups

2021-12-16 Thread GitBox
mocobeta opened a new pull request #546: URL: https://github.com/apache/lucene/pull/546 - Fix the inequality sign for filtering log records. - Move the log formatter class to util package. - Allow to copy the displayed log string to the system clipboard. - other small changes. --

[jira] [Resolved] (LUCENE-10303) Upgrade log4j to 2.16.0

2021-12-16 Thread Tomoko Uchida (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-10303?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Tomoko Uchida resolved LUCENE-10303. Resolution: Not A Problem log4j removed. [LUCENE-10313] > Upgrade log4j to 2.16.0 >

[jira] [Commented] (LUCENE-10303) Upgrade log4j to 2.16.0

2021-12-16 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-10303?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17460605#comment-17460605 ] ASF subversion and git services commented on LUCENE-10303: -- Co

[jira] [Commented] (LUCENE-10303) Upgrade log4j to 2.16.0

2021-12-16 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-10303?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17460603#comment-17460603 ] ASF subversion and git services commented on LUCENE-10303: -- Co

[jira] [Updated] (LUCENE-10319) Make ForUtil#BLOCK_SIZE changeable

2021-12-16 Thread Feng Guo (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-10319?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Feng Guo updated LUCENE-10319: -- Description: In LUCENE-10315, I tried to generate a {{ForUtil}} whose {{{}BLOCK_SIZE=512{}}}, I thou

[jira] [Updated] (LUCENE-10319) Make ForUtil#BLOCK_SIZE changeable

2021-12-16 Thread Feng Guo (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-10319?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Feng Guo updated LUCENE-10319: -- Description: In LUCENE-10315, I tried to generate a {{ForUtil}} whose {{{}BLOCK_SIZE=512{}}}, I thou

[jira] [Commented] (LUCENE-10319) Make ForUtil#BLOCK_SIZE changeable

2021-12-16 Thread Feng Guo (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-10319?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17460564#comment-17460564 ] Feng Guo commented on LUCENE-10319: --- Out of curiosity, I run the luceneutil wikimediu

[jira] [Updated] (LUCENE-10319) Make ForUtil#BLOCK_SIZE changeable

2021-12-16 Thread Feng Guo (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-10319?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Feng Guo updated LUCENE-10319: -- Description: In LUCENE-10315, I tried to generate a {{ForUtil}} whose {{BLOCK_SIZE=512}}, I thought

[GitHub] [lucene] gf2121 opened a new pull request #545: LUCENE-10319: make ForUtil#BLOCK_SIZE changeable

2021-12-16 Thread GitBox
gf2121 opened a new pull request #545: URL: https://github.com/apache/lucene/pull/545 In LUCENE-10315, I tried to generate a ForUtil whose BLOCK_SIZE=512, I thought it could be simple since it looks like i only need to change the BLOCK_SIZE, but it turns out that there are a lot of hard co

[jira] [Created] (LUCENE-10319) Make ForUtil#BLOCK_SIZE changeable

2021-12-16 Thread Feng Guo (Jira)
Feng Guo created LUCENE-10319: - Summary: Make ForUtil#BLOCK_SIZE changeable Key: LUCENE-10319 URL: https://issues.apache.org/jira/browse/LUCENE-10319 Project: Lucene - Core Issue Type: Improvemen

[jira] [Commented] (LUCENE-10313) Remove log4j from dependencies and switch to java logging (in luke)

2021-12-16 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-10313?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17460551#comment-17460551 ] ASF subversion and git services commented on LUCENE-10313: -- Co

[jira] [Commented] (LUCENE-10313) Remove log4j from dependencies and switch to java logging (in luke)

2021-12-16 Thread Dawid Weiss (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-10313?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17460550#comment-17460550 ] Dawid Weiss commented on LUCENE-10313: -- LUCENE-10308 > Remove log4j from dependen

[jira] [Resolved] (LUCENE-10313) Remove log4j from dependencies and switch to java logging (in luke)

2021-12-16 Thread Dawid Weiss (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-10313?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Dawid Weiss resolved LUCENE-10313. -- Fix Version/s: 9.1 Resolution: Fixed > Remove log4j from dependencies and switch to ja

[jira] [Commented] (LUCENE-10313) Remove log4j from dependencies and switch to java logging (in luke)

2021-12-16 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-10313?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17460549#comment-17460549 ] ASF subversion and git services commented on LUCENE-10313: -- Co

[GitHub] [lucene] dweiss merged pull request #544: LUCENE-10313: drop log4j from luke

2021-12-16 Thread GitBox
dweiss merged pull request #544: URL: https://github.com/apache/lucene/pull/544 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: issues-unsubscr...

[GitHub] [lucene] mocobeta commented on a change in pull request #544: LUCENE-10313: drop log4j from luke

2021-12-16 Thread GitBox
mocobeta commented on a change in pull request #544: URL: https://github.com/apache/lucene/pull/544#discussion_r770387008 ## File path: lucene/CHANGES.txt ## @@ -68,6 +68,10 @@ New Features Improvements - +* LUCENE-10313: use java util logging in Luke. A

[GitHub] [lucene] dweiss commented on a change in pull request #544: LUCENE-10313: drop log4j from luke

2021-12-16 Thread GitBox
dweiss commented on a change in pull request #544: URL: https://github.com/apache/lucene/pull/544#discussion_r770402119 ## File path: lucene/CHANGES.txt ## @@ -68,6 +68,10 @@ New Features Improvements - +* LUCENE-10313: use java util logging in Luke. Add

[GitHub] [lucene] mocobeta commented on a change in pull request #544: LUCENE-10313: drop log4j from luke

2021-12-16 Thread GitBox
mocobeta commented on a change in pull request #544: URL: https://github.com/apache/lucene/pull/544#discussion_r770387008 ## File path: lucene/CHANGES.txt ## @@ -68,6 +68,10 @@ New Features Improvements - +* LUCENE-10313: use java util logging in Luke. A

[GitHub] [lucene] mocobeta commented on a change in pull request #544: LUCENE-10313: drop log4j from luke

2021-12-16 Thread GitBox
mocobeta commented on a change in pull request #544: URL: https://github.com/apache/lucene/pull/544#discussion_r770384599 ## File path: lucene/luke/src/java/org/apache/lucene/luke/util/LoggerFactory.java ## @@ -17,54 +17,28 @@ package org.apache.lucene.luke.util; -import j

[jira] [Assigned] (LUCENE-10313) Remove log4j from dependencies and switch to java logging (in luke)

2021-12-16 Thread Dawid Weiss (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-10313?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Dawid Weiss reassigned LUCENE-10313: Assignee: Dawid Weiss > Remove log4j from dependencies and switch to java logging (in lu

[GitHub] [lucene] dweiss commented on a change in pull request #544: LUCENE-10313: drop log4j from luke

2021-12-16 Thread GitBox
dweiss commented on a change in pull request #544: URL: https://github.com/apache/lucene/pull/544#discussion_r770362622 ## File path: lucene/luke/src/java/org/apache/lucene/luke/util/LoggerFactory.java ## @@ -17,54 +17,28 @@ package org.apache.lucene.luke.util; -import jav

[jira] [Resolved] (LUCENE-10317) In PhraseQuery API, the explanation of getSlop is not inexact but could be more clear

2021-12-16 Thread Dawid Weiss (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-10317?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Dawid Weiss resolved LUCENE-10317. -- Resolution: Not A Bug > In PhraseQuery API, the explanation of getSlop is not inexact but cou

[jira] [Commented] (LUCENE-10317) In PhraseQuery API, the explanation of getSlop is not inexact but could be more clear

2021-12-16 Thread Dawid Weiss (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-10317?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17460517#comment-17460517 ] Dawid Weiss commented on LUCENE-10317: -- The source code will be the definite resou

[jira] [Commented] (LUCENE-10317) In PhraseQuery API, the explanation of getSlop is not inexact but could be more clear

2021-12-16 Thread Jira
[ https://issues.apache.org/jira/browse/LUCENE-10317?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17460515#comment-17460515 ] Claude Lepère commented on LUCENE-10317: The class SloppyPhraseMatcher is not s