[ 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
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
+
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
+
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
+
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
+
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
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
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
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
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
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
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
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
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
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:
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
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
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
[
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
[
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
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
[
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
> -
[
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
>
[ 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
[
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
[
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
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
[
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
[
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
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
[
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
[
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
[
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
> -
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
[
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
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
[
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
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...
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
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
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
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.
--
[
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
>
[
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
[
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
[
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
[
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
[
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
[
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
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
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
[
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
[
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
[
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
[
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
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...
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
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
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
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
[
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
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
[
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
[
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
[
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
65 matches
Mail list logo