[
https://issues.apache.org/jira/browse/LUCENE-10002?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17397827#comment-17397827
]
Zach Chen commented on LUCENE-10002:
Hi [~jpountz] [~gsmiller], I have created a PR
zacharymorn opened a new pull request #240:
URL: https://github.com/apache/lucene/pull/240
# Description / Solution
Deprecate IndexSearch#search(Query, Collector) in favor of
IndexSearcher#search(Query, CollectorManager), with the following changes:
1. Refactor out TopScoreDocCollecto
[
https://issues.apache.org/jira/browse/LUCENE-10048?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17397782#comment-17397782
]
Robert Muir commented on LUCENE-10048:
--
btw, there are a lot of alternatives you c
[
https://issues.apache.org/jira/browse/LUCENE-10048?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17397774#comment-17397774
]
Robert Muir commented on LUCENE-10048:
--
Whether or not you use the similarity or s
[
https://issues.apache.org/jira/browse/LUCENE-10048?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17397771#comment-17397771
]
Ankur commented on LUCENE-10048:
@[~rcmuir]
Consider the case where these term-documen
[
https://issues.apache.org/jira/browse/LUCENE-9937?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17397664#comment-17397664
]
Michael Sokolov commented on LUCENE-9937:
-
I'm glad you found the batch setup wa
[
https://issues.apache.org/jira/browse/LUCENE-9614?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17397613#comment-17397613
]
Michael Sokolov commented on LUCENE-9614:
-
UPDATE: we went with
{{score(q,d) =
[
https://issues.apache.org/jira/browse/LUCENE-9937?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17397555#comment-17397555
]
Robert Muir commented on LUCENE-9937:
-
we can help some of those hotspots with vecto
[
https://issues.apache.org/jira/browse/LUCENE-9941?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Julie Tibshirani resolved LUCENE-9941.
--
Resolution: Done
> ann-benchmarks results for HNSW indexing
>
[
https://issues.apache.org/jira/browse/LUCENE-9937?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Julie Tibshirani resolved LUCENE-9937.
--
Resolution: Done
> ann-benchmarks results for HNSW search
> --
thelabdude merged pull request #2552:
URL: https://github.com/apache/lucene-solr/pull/2552
--
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-
[
https://issues.apache.org/jira/browse/LUCENE-9937?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17397415#comment-17397415
]
Julie Tibshirani edited comment on LUCENE-9937 at 8/11/21, 3:10 PM:
--
[
https://issues.apache.org/jira/browse/LUCENE-9937?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17397415#comment-17397415
]
Julie Tibshirani edited comment on LUCENE-9937 at 8/11/21, 3:06 PM:
--
[
https://issues.apache.org/jira/browse/LUCENE-9937?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Julie Tibshirani updated LUCENE-9937:
-
Description:
*NOTE: These benchmarks contained an error that made hnswlib perform too we
[
https://issues.apache.org/jira/browse/LUCENE-9937?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17397415#comment-17397415
]
Julie Tibshirani edited comment on LUCENE-9937 at 8/11/21, 3:04 PM:
--
[
https://issues.apache.org/jira/browse/LUCENE-9937?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17397415#comment-17397415
]
Julie Tibshirani commented on LUCENE-9937:
--
It turns out my benchmarks were way
thelabdude opened a new pull request #2552:
URL: https://github.com/apache/lucene-solr/pull/2552
Backport of https://github.com/apache/solr/pull/252
--
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
msokolov commented on a change in pull request #235:
URL: https://github.com/apache/lucene/pull/235#discussion_r686891113
##
File path:
lucene/core/src/java/org/apache/lucene/index/VectorSimilarityFunction.java
##
@@ -43,9 +43,9 @@ public float compare(float[] v1, float[] v2)
[
https://issues.apache.org/jira/browse/LUCENE-10043?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Julie Tibshirani updated LUCENE-10043:
--
Fix Version/s: 8.10
> Decrease default for LRUQueryCache#skipCacheFactor?
> -
[
https://issues.apache.org/jira/browse/LUCENE-10043?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Julie Tibshirani resolved LUCENE-10043.
---
Resolution: Fixed
> Decrease default for LRUQueryCache#skipCacheFactor?
> -
[
https://issues.apache.org/jira/browse/LUCENE-10035?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
wuda updated LUCENE-10035:
--
Attachment: (was: LUCENE-10035.patch)
> Simple text codec add multi level skip list data
>
[
https://issues.apache.org/jira/browse/LUCENE-10035?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
wuda updated LUCENE-10035:
--
Attachment: LUCENE-10035.patch
> Simple text codec add multi level skip list data
> ---
jtibshirani commented on a change in pull request #235:
URL: https://github.com/apache/lucene/pull/235#discussion_r686817275
##
File path:
lucene/core/src/java/org/apache/lucene/index/VectorSimilarityFunction.java
##
@@ -43,9 +43,9 @@ public float compare(float[] v1, float[] v
[
https://issues.apache.org/jira/browse/LUCENE-10043?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17397339#comment-17397339
]
ASF subversion and git services commented on LUCENE-10043:
--
Co
[
https://issues.apache.org/jira/browse/LUCENE-9002?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17397340#comment-17397340
]
ASF subversion and git services commented on LUCENE-9002:
-
Commi
jtibshirani commented on a change in pull request #232:
URL: https://github.com/apache/lucene/pull/232#discussion_r686810436
##
File path: lucene/core/src/java/org/apache/lucene/search/LRUQueryCache.java
##
@@ -146,7 +146,7 @@ public LRUQueryCache(
* of the top-level query
msokolov commented on a change in pull request #235:
URL: https://github.com/apache/lucene/pull/235#discussion_r686734774
##
File path:
lucene/core/src/java/org/apache/lucene/index/VectorSimilarityFunction.java
##
@@ -43,9 +43,9 @@ public float compare(float[] v1, float[] v2)
[
https://issues.apache.org/jira/browse/LUCENE-10043?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17397258#comment-17397258
]
ASF subversion and git services commented on LUCENE-10043:
--
Co
[
https://issues.apache.org/jira/browse/LUCENE-9002?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17397259#comment-17397259
]
ASF subversion and git services commented on LUCENE-9002:
-
Commi
jtibshirani merged pull request #232:
URL: https://github.com/apache/lucene/pull/232
--
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
jtibshirani commented on pull request #232:
URL: https://github.com/apache/lucene/pull/232#issuecomment-896706043
Thanks for the review.
--
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 speci
jtibshirani commented on a change in pull request #232:
URL: https://github.com/apache/lucene/pull/232#discussion_r686703128
##
File path: lucene/core/src/java/org/apache/lucene/search/LRUQueryCache.java
##
@@ -146,7 +146,7 @@ public LRUQueryCache(
* of the top-level query
jtibshirani commented on a change in pull request #235:
URL: https://github.com/apache/lucene/pull/235#discussion_r686637119
##
File path:
lucene/core/src/java/org/apache/lucene/index/VectorSimilarityFunction.java
##
@@ -43,9 +43,9 @@ public float compare(float[] v1, float[] v
33 matches
Mail list logo