jpountz commented on a change in pull request #413:
URL: https://github.com/apache/lucene/pull/413#discussion_r737165184
##
File path: lucene/core/src/test/org/apache/lucene/search/TestKnnVectorQuery.java
##
@@ -25,18 +25,10 @@
import java.io.IOException;
import java.util.Has
jpountz merged pull request #415:
URL: https://github.com/apache/lucene/pull/415
--
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..
[
https://issues.apache.org/jira/browse/LUCENE-10206?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17434733#comment-17434733
]
ASF subversion and git services commented on LUCENE-10206:
--
Co
janhoy commented on a change in pull request #2594:
URL: https://github.com/apache/lucene-solr/pull/2594#discussion_r737229976
##
File path: solr/solr-ref-guide/src/quickstart.adoc
##
@@ -0,0 +1,140 @@
+= Quickstart Guide
+:experimental:
+// Licensed to the Apache Software Foun
[
https://issues.apache.org/jira/browse/LUCENE-10206?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Adrien Grand resolved LUCENE-10206.
---
Fix Version/s: main (9.0)
Resolution: Fixed
> Implement O(1) count on query cache
>
[
https://issues.apache.org/jira/browse/LUCENE-10207?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17434769#comment-17434769
]
Michael McCandless commented on LUCENE-10207:
-
I love this idea! Using the
[
https://issues.apache.org/jira/browse/LUCENE-9660?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17434803#comment-17434803
]
ASF subversion and git services commented on LUCENE-9660:
-
Commi
[
https://issues.apache.org/jira/browse/LUCENE-10163?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17434808#comment-17434808
]
ASF subversion and git services commented on LUCENE-10163:
--
Co
[
https://issues.apache.org/jira/browse/LUCENE-9660?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17434801#comment-17434801
]
ASF subversion and git services commented on LUCENE-9660:
-
Commi
[
https://issues.apache.org/jira/browse/LUCENE-10198?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17434807#comment-17434807
]
ASF subversion and git services commented on LUCENE-10198:
--
Co
[
https://issues.apache.org/jira/browse/LUCENE-10154?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17434802#comment-17434802
]
ASF subversion and git services commented on LUCENE-10154:
--
Co
[
https://issues.apache.org/jira/browse/LUCENE-10198?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17434804#comment-17434804
]
ASF subversion and git services commented on LUCENE-10198:
--
Co
[
https://issues.apache.org/jira/browse/LUCENE-10199?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17434806#comment-17434806
]
ASF subversion and git services commented on LUCENE-10199:
--
Co
[
https://issues.apache.org/jira/browse/LUCENE-10206?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17434809#comment-17434809
]
ASF subversion and git services commented on LUCENE-10206:
--
Co
[
https://issues.apache.org/jira/browse/LUCENE-10163?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17434805#comment-17434805
]
ASF subversion and git services commented on LUCENE-10163:
--
Co
nik9000 commented on pull request #415:
URL: https://github.com/apache/lucene/pull/415#issuecomment-952923025
> jpountz merged commit 941df98 into apache:main 5 hours ago
Thanks!
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on t
Jim Ferenczi created LUCENE-10208:
-
Summary: Minimum score can decrease in concurrent search
Key: LUCENE-10208
URL: https://issues.apache.org/jira/browse/LUCENE-10208
Project: Lucene - Core
I
chatman commented on a change in pull request #2594:
URL: https://github.com/apache/lucene-solr/pull/2594#discussion_r737538697
##
File path: solr/solr-ref-guide/src/quickstart.adoc
##
@@ -0,0 +1,140 @@
+= Quickstart Guide
+:experimental:
+// Licensed to the Apache Software Fou
apanimesh061 commented on a change in pull request #412:
URL: https://github.com/apache/lucene/pull/412#discussion_r737588612
##
File path:
lucene/highlighter/src/java/org/apache/lucene/search/uhighlight/UnifiedHighlighter.java
##
@@ -143,6 +143,106 @@
private int cacheFi
jtibshirani commented on a change in pull request #413:
URL: https://github.com/apache/lucene/pull/413#discussion_r737599366
##
File path: lucene/core/src/test/org/apache/lucene/search/TestKnnVectorQuery.java
##
@@ -25,18 +25,10 @@
import java.io.IOException;
import java.util
mayya-sharipova opened a new pull request #416:
URL: https://github.com/apache/lucene/pull/416
Currently HNSW has only a single layer.
This patch attempts to make multi-layered.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log o
mayya-sharipova commented on pull request #416:
URL: https://github.com/apache/lucene/pull/416#issuecomment-953142944
Benchmarking based on @jtibshirani [setup](based on
https://github.com/jtibshirani/lucene/pull/1)
baseline: main branch
candidate: this PR
**glove-25-angula
mayya-sharipova edited a comment on pull request #416:
URL: https://github.com/apache/lucene/pull/416#issuecomment-953142944
Benchmarking based on @jtibshirani [setup](based on
https://github.com/jtibshirani/lucene/pull/1)
baseline: main branch
candidate: this PR
**glove-25
jtibshirani merged pull request #413:
URL: https://github.com/apache/lucene/pull/413
--
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-unsubs
[
https://issues.apache.org/jira/browse/LUCENE-9614?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17434996#comment-17434996
]
ASF subversion and git services commented on LUCENE-9614:
-
Commi
jtibshirani commented on pull request #416:
URL: https://github.com/apache/lucene/pull/416#issuecomment-953198759
> As can be seen from the comparison, there is very slight change that the
hierarchy brings: a small increase in recall by at the expense of lower QPSs
It looks like QPS
[
https://issues.apache.org/jira/browse/LUCENE-10200?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Dawid Weiss updated LUCENE-10200:
-
Description:
This is an umbrella issue for various sub-tasks as per my e-mail [1].
[1] [https:
[
https://issues.apache.org/jira/browse/LUCENE-10200?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17435007#comment-17435007
]
ASF subversion and git services commented on LUCENE-10200:
--
Co
[
https://issues.apache.org/jira/browse/LUCENE-10209?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17435016#comment-17435016
]
ASF subversion and git services commented on LUCENE-10209:
--
Co
Dawid Weiss created LUCENE-10209:
Summary: Gradle wrapper validation gh workflow step fails with odd
messages
Key: LUCENE-10209
URL: https://issues.apache.org/jira/browse/LUCENE-10209
Project: Lucene
[
https://issues.apache.org/jira/browse/LUCENE-10209?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Dawid Weiss reassigned LUCENE-10209:
Assignee: Dawid Weiss
> Gradle wrapper validation gh workflow step fails with odd messag
dsmiley commented on a change in pull request #412:
URL: https://github.com/apache/lucene/pull/412#discussion_r737770485
##
File path:
lucene/highlighter/src/java/org/apache/lucene/search/uhighlight/UnifiedHighlighter.java
##
@@ -143,6 +143,106 @@
private int cacheFieldVa
mayya-sharipova edited a comment on pull request #416:
URL: https://github.com/apache/lucene/pull/416#issuecomment-953142944
Benchmarking based on @jtibshirani
[setup](https://github.com/jtibshirani/lucene/pull/1)
baseline: main branch
candidate: this PR
**glove-25-angular*
mayya-sharipova commented on pull request #416:
URL: https://github.com/apache/lucene/pull/416#issuecomment-953265461
@jtibshirani Thanks for the comment.
> I wonder if the first runs are affected by a lack of warm-up?
I've added a warmup stage as well, but starting with bog
mayya-sharipova edited a comment on pull request #416:
URL: https://github.com/apache/lucene/pull/416#issuecomment-953265461
@jtibshirani Thanks for the comment.
> I wonder if the first runs are affected by a lack of warm-up?
I've added a warmup stage as well, but starting w
apanimesh061 commented on a change in pull request #412:
URL: https://github.com/apache/lucene/pull/412#discussion_r737860855
##
File path:
lucene/highlighter/src/java/org/apache/lucene/search/uhighlight/UnifiedHighlighter.java
##
@@ -143,6 +143,106 @@
private int cacheFi
dsmiley commented on pull request #412:
URL: https://github.com/apache/lucene/pull/412#issuecomment-953329902
> Does the new builder class look right to you? Is it expected to remove all
setters from this class? This would mean I'll have to modify all their
references in other classes and
apanimesh061 commented on pull request #412:
URL: https://github.com/apache/lucene/pull/412#issuecomment-95323
> It looks good at a glance... you/I will see better if you update one of
the clients that might want to subclass with extra configuration. Is there any
or is this builder sub
[
https://issues.apache.org/jira/browse/LUCENE-10207?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Robert Muir updated LUCENE-10207:
-
Attachment: LUCENE-10207_multitermquery.patch
> Make TermInSetQuery usable with IndexOrDocValue
[
https://issues.apache.org/jira/browse/LUCENE-10207?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17435109#comment-17435109
]
Robert Muir commented on LUCENE-10207:
--
I attached a patch that refactors {{TermIn
[
https://issues.apache.org/jira/browse/LUCENE-10207?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17435115#comment-17435115
]
Robert Muir commented on LUCENE-10207:
--
{quote}
Should we try to take deletions in
[
https://issues.apache.org/jira/browse/LUCENE-10207?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17435116#comment-17435116
]
Robert Muir commented on LUCENE-10207:
--
cc [~uschindler] if you get a chance to lo
mayya-sharipova edited a comment on pull request #416:
URL: https://github.com/apache/lucene/pull/416#issuecomment-953142944
Benchmarking based on @jtibshirani
[setup](https://github.com/jtibshirani/lucene/pull/1)
baseline: main branch
candidate: this PR
**glove-25-angular*
apanimesh061 edited a comment on pull request #412:
URL: https://github.com/apache/lucene/pull/412#issuecomment-95323
> It looks good at a glance... you/I will see better if you update one of
the clients that might want to subclass with extra configuration. Is there any
or is this buil
noblepaul merged pull request #2596:
URL: https://github.com/apache/lucene-solr/pull/2596
--
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-u
[
https://issues.apache.org/jira/browse/LUCENE-10207?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17435190#comment-17435190
]
Adrien Grand commented on LUCENE-10207:
---
I have vague memories of playing with th
46 matches
Mail list logo