Julie Tibshirani created LUCENE-9937:
Summary: ann-benchmarks results for HNSW search
Key: LUCENE-9937
URL: https://issues.apache.org/jira/browse/LUCENE-9937
Project: Lucene - Core
Issue
Schweinepriester opened a new pull request #105:
URL: https://github.com/apache/lucene/pull/105
# Preface
Given the low complexity of the change and that there are PRs being merged
without an issue in the title, I've refrained from creating one for now. If you
want me to, I'
jtibshirani commented on a change in pull request #104:
URL: https://github.com/apache/lucene/pull/104#discussion_r619525800
##
File path:
lucene/core/src/java/org/apache/lucene/codecs/lucene90/Lucene90VectorReader.java
##
@@ -199,40 +229,53 @@ public void checkIntegrity() thr
jtibshirani opened a new pull request #104:
URL: https://github.com/apache/lucene/pull/104
This PR removes `VectorValues#search` in favor of exposing NN search through
`VectorReader#search` and `LeafReader#searchNearestVectors`. It also marks
the
vector methods on `LeafReader` as expe
mayya-sharipova opened a new pull request #103:
URL: https://github.com/apache/lucene/pull/103
Before PR#11, during merging if any merging segment has payloads
for a certain field, the new merged segment will also has payloads
set up for this field.
PR #11 introduced a bug where
[
https://issues.apache.org/jira/browse/LUCENE-9583?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Julie Tibshirani updated LUCENE-9583:
-
Priority: Major (was: Blocker)
> How should we expose VectorValues.RandomAccess?
>
[
https://issues.apache.org/jira/browse/LUCENE-9934?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17330980#comment-17330980
]
Thomas DuBuisson commented on LUCENE-9934:
--
Ah, I see. I have made the request
neoremind edited a comment on pull request #91:
URL: https://github.com/apache/lucene/pull/91#issuecomment-825779387
@jpountz are there any testcases suitable to verify the end to end
performance improvement, like through IndexWriter? maybe I could give it try as
well.
--
This is an au
neoremind commented on pull request #91:
URL: https://github.com/apache/lucene/pull/91#issuecomment-825779387
@jpountz are there any testcases suitable to verify the end to end
performance improvement, like through IndexWriter? maybe I could give it try.
--
This is an automated message
neoremind edited a comment on pull request #91:
URL: https://github.com/apache/lucene/pull/91#issuecomment-825776633
I make `StableMSBRadixSorter` as default sorter and use `InPlaceMergeSorter`
as fallback sorter. Please check the latest commit. (I did not squash commits,
and save every co
neoremind commented on pull request #91:
URL: https://github.com/apache/lucene/pull/91#issuecomment-825776633
I make `StableMSBRadixSorter` as default sorter and use `InPlaceMergeSorter`
as fallback sorter. Please check the latest commit. (I did not squash commits,
and save every commit as
cpoerschke commented on a change in pull request #2482:
URL: https://github.com/apache/lucene-solr/pull/2482#discussion_r619351945
##
File path: solr/core/src/java/org/apache/solr/update/SolrIndexConfig.java
##
@@ -43,6 +43,7 @@
import org.apache.solr.index.MergePolicyFactory;
cpoerschke commented on a change in pull request #2482:
URL: https://github.com/apache/lucene-solr/pull/2482#discussion_r619351440
##
File path: solr/core/src/java/org/apache/solr/update/SolrIndexConfig.java
##
@@ -303,6 +304,10 @@ private MergePolicy buildMergePolicy(SolrResou
[
https://issues.apache.org/jira/browse/LUCENE-9905?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17330894#comment-17330894
]
Sejal Pawar commented on LUCENE-9905:
-
Hey Michael, I don't want to block a time sen
[
https://issues.apache.org/jira/browse/LUCENE-9905?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17330867#comment-17330867
]
Michael Sokolov commented on LUCENE-9905:
-
[~sejalpawar] as this issue is somewh
[
https://issues.apache.org/jira/browse/LUCENE-9934?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17330804#comment-17330804
]
David Smiley commented on LUCENE-9934:
--
I'm asking you to please suggest how to wor
iverase opened a new pull request #102:
URL: https://github.com/apache/lucene/pull/102
In preparation to move the Directory API to little endian, let's remove the
(I think) unnecessary intermediate buffer we are using in the BKD writer to
write leaf nodes.
--
This is an automated messag
17 matches
Mail list logo