easyice opened a new pull request, #13312:
URL: https://github.com/apache/lucene/pull/13312
`TopKnnCollectorManager#newCollector` will return `MultiLeafKnnCollector`
instance if the index has multiple segments
```
org.apache.lucene.search.TestKnnByteVectorQuery >
testTimeLimitingK
vigyasharma merged PR #13311:
URL: https://github.com/apache/lucene/pull/13311
--
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...@lucene
vigyasharma opened a new pull request, #13311:
URL: https://github.com/apache/lucene/pull/13311
`BaseKnnVectorQueryTestCase#testTimeLimitingKnnCollectorManager` uses some
new java primitives that are breaking on backport to branch_9x, which builds
with OpenJdk 11. We don't really need the n
vsop-479 commented on PR #13310:
URL: https://github.com/apache/lucene/pull/13310#issuecomment-2060280881
Add optimization:
Only set first byte for tmpUTF8.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL ab
github-actions[bot] commented on PR #13143:
URL: https://github.com/apache/lucene/pull/13143#issuecomment-2060105356
This PR has not had activity in the past 2 weeks, labeling it as stale. If
the PR is waiting for review, notify the d...@lucene.apache.org list. Thank you
for your contributi
github-actions[bot] commented on PR #13187:
URL: https://github.com/apache/lucene/pull/13187#issuecomment-2060105283
This PR has not had activity in the past 2 weeks, labeling it as stale. If
the PR is waiting for review, notify the d...@lucene.apache.org list. Thank you
for your contributi
jmazanec15 commented on issue #13281:
URL: https://github.com/apache/lucene/issues/13281#issuecomment-2059602419
Thanks @benwtrent that makes sense
--
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
jimczi commented on PR #13288:
URL: https://github.com/apache/lucene/pull/13288#issuecomment-2059552949
> I am not a huge fan of how every scorer can now just get a "queryOrdinal"
and overwrite whatever query was passed to it.
Yep that's tricky. I couldn't find a better way since my g
jmazanec15 commented on issue #13281:
URL: https://github.com/apache/lucene/issues/13281#issuecomment-2059318306
@benwtrent Is the main reason to deprecate to stop enabling users to setup
non-optimal configurations? Or are there limitations cosine similarity imposes
on implementation/optimi
itygh commented on PR #1770:
URL: https://github.com/apache/lucene-solr/pull/1770#issuecomment-2059285160
这是来自QQ邮箱的假期自动回复邮件。您好,我最近正在休假中,无法亲自回复您的邮件。我将在假期结束后,尽快给您回复。
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
UR
jdyer1 commented on PR #1770:
URL: https://github.com/apache/lucene-solr/pull/1770#issuecomment-205928
Superseded by PR 2402
--
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 comme
jdyer1 closed pull request #1770: SOLR-14763 SolrJ HTTP/2 Async API using
CompletableFuture
URL: https://github.com/apache/lucene-solr/pull/1770
--
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 s
Pulkitg64 commented on code in PR #13308:
URL: https://github.com/apache/lucene/pull/13308#discussion_r1567435158
##
lucene/core/src/java/org/apache/lucene/index/VectorSimilarityFunction.java:
##
@@ -61,24 +60,6 @@ public float compare(byte[] v1, byte[] v2) {
}
},
- /
benwtrent commented on code in PR #13308:
URL: https://github.com/apache/lucene/pull/13308#discussion_r1567337317
##
lucene/core/src/java/org/apache/lucene/index/VectorSimilarityFunction.java:
##
@@ -61,24 +60,6 @@ public float compare(byte[] v1, byte[] v2) {
}
},
- /
benwtrent merged PR #13298:
URL: https://github.com/apache/lucene/pull/13298
--
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...@lucene.a
benwtrent commented on code in PR #13298:
URL: https://github.com/apache/lucene/pull/13298#discussion_r1567290940
##
lucene/core/src/java/org/apache/lucene/codecs/lucene99/Lucene99ScalarQuantizedVectorsWriter.java:
##
@@ -453,10 +492,6 @@ private ScalarQuantizedCloseableRandomVe
uschindler commented on PR #13296:
URL: https://github.com/apache/lucene/pull/13296#issuecomment-2058660008
Thanks, will merge soon.
--
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 c
uschindler merged PR #13296:
URL: https://github.com/apache/lucene/pull/13296
--
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...@lucene.
vsop-479 opened a new pull request, #13310:
URL: https://github.com/apache/lucene/pull/13310
### Description
Change `MASKS` from `int[]` to `byte[]`, and assign it with left shift in
`UTF32ToUTF8`.
--
This is an automated message from the Apache Git Service.
To respond to the m
uschindler commented on code in PR #13296:
URL: https://github.com/apache/lucene/pull/13296#discussion_r1566932111
##
lucene/CHANGES.txt:
##
@@ -102,6 +102,9 @@ API Changes
Additionally, deprecated methods have been removed from
ByteBuffersIndexInput, BooleanQuery and others
uschindler commented on code in PR #13296:
URL: https://github.com/apache/lucene/pull/13296#discussion_r1566931179
##
lucene/CHANGES.txt:
##
@@ -102,6 +102,9 @@ API Changes
Additionally, deprecated methods have been removed from
ByteBuffersIndexInput, BooleanQuery and others
uschindler commented on code in PR #13296:
URL: https://github.com/apache/lucene/pull/13296#discussion_r1566931179
##
lucene/CHANGES.txt:
##
@@ -102,6 +102,9 @@ API Changes
Additionally, deprecated methods have been removed from
ByteBuffersIndexInput, BooleanQuery and others
22 matches
Mail list logo