benwtrent commented on code in PR #12314:
URL: https://github.com/apache/lucene/pull/12314#discussion_r1243611229
##
lucene/core/src/java/org/apache/lucene/search/VectorScorer.java:
##
@@ -85,6 +96,26 @@ public boolean advanceExact(int doc) throws IOException {
return vec
benwtrent commented on code in PR #12314:
URL: https://github.com/apache/lucene/pull/12314#discussion_r1243631127
##
lucene/core/src/java/org/apache/lucene/codecs/lucene95/Lucene95HnswVectorsWriter.java:
##
@@ -822,40 +836,37 @@ private void writeMeta(
* Writes the byte vect
alessandrobenedetti commented on code in PR #12314:
URL: https://github.com/apache/lucene/pull/12314#discussion_r1243704603
##
lucene/core/src/java/org/apache/lucene/search/VectorScorer.java:
##
@@ -85,6 +96,26 @@ public boolean advanceExact(int doc) throws IOException {
dreamer-89 commented on issue #12391:
URL: https://github.com/apache/lucene/issues/12391#issuecomment-1609680281
> I'm confused as to why the solution described won't work with segment
replication. As I understand it what that solution describes would be some
writer nodes writing segments w
sgup432 commented on code in PR #12383:
URL: https://github.com/apache/lucene/pull/12383#discussion_r1244104004
##
lucene/queries/src/test/org/apache/lucene/queries/function/TestFunctionScoreQuery.java:
##
@@ -322,6 +329,19 @@ private void assertInnerScoreMode(
ScoreMode
mikemccand commented on issue #11507:
URL: https://github.com/apache/lucene/issues/11507#issuecomment-1609952036
> We run a benchmarking test, and indexing a dataset of vectors of 1536 dims
was slightly faster than indexing of 1024 dims. This gives us enough confidence
to extend max dims to
rmuir commented on issue #12399:
URL: https://github.com/apache/lucene/issues/12399#issuecomment-1610090785
maybe it would be best to try to make more use out of Arrays.sort given that
openjdk is doing this kind of optimization, e.g.
https://bugs.openjdk.org/browse/JDK-8309130
curren
sgup432 commented on code in PR #12383:
URL: https://github.com/apache/lucene/pull/12383#discussion_r1244286188
##
lucene/core/src/java/org/apache/lucene/search/TermQuery.java:
##
@@ -72,7 +72,16 @@ public TermWeight(
if (termStats == null) {
this.simScorer = nul
sgup432 commented on code in PR #12383:
URL: https://github.com/apache/lucene/pull/12383#discussion_r1244295952
##
lucene/queries/src/test/org/apache/lucene/queries/function/TestFunctionScoreQuery.java:
##
@@ -322,6 +329,19 @@ private void assertInnerScoreMode(
ScoreMode
sgup432 commented on code in PR #12383:
URL: https://github.com/apache/lucene/pull/12383#discussion_r1244104004
##
lucene/queries/src/test/org/apache/lucene/queries/function/TestFunctionScoreQuery.java:
##
@@ -322,6 +329,19 @@ private void assertInnerScoreMode(
ScoreMode
uschindler commented on issue #11507:
URL: https://github.com/apache/lucene/issues/11507#issuecomment-1610151037
Interestingly it was only an Apple M1. This one only has 128 bits vector
size and only 2 PU. So I would like to also see the difference on a real cool
AVX512 machine with 4 PUs.
alessandrobenedetti commented on code in PR #12314:
URL: https://github.com/apache/lucene/pull/12314#discussion_r1244453767
##
lucene/core/src/java/org/apache/lucene/codecs/lucene95/Lucene95HnswVectorsWriter.java:
##
@@ -822,40 +836,37 @@ private void writeMeta(
* Writes the
jpountz opened a new pull request, #12400:
URL: https://github.com/apache/lucene/pull/12400
`AssertingBulkScorer` asserts that the return value of `BulkScorer#score`
may not be in `[maxDoc, NO_MORE_DOCS)`. While this is not part of the contract
of `BulkScorer#score`, a reasonable implementa
zhaih commented on code in PR #12380:
URL: https://github.com/apache/lucene/pull/12380#discussion_r1244672724
##
lucene/core/src/java/org/apache/lucene/search/IndexSearcher.java:
##
@@ -749,6 +749,9 @@ protected void search(List leaves,
Weight weight, Collector c
par
jpountz commented on code in PR #12380:
URL: https://github.com/apache/lucene/pull/12380#discussion_r1244699937
##
lucene/core/src/java/org/apache/lucene/search/IndexSearcher.java:
##
@@ -749,6 +749,9 @@ protected void search(List leaves,
Weight weight, Collector c
p
jpountz commented on code in PR #12380:
URL: https://github.com/apache/lucene/pull/12380#discussion_r1244700985
##
lucene/core/src/java/org/apache/lucene/search/IndexSearcher.java:
##
@@ -749,6 +749,9 @@ protected void search(List leaves,
Weight weight, Collector c
p
jpountz commented on code in PR #12383:
URL: https://github.com/apache/lucene/pull/12383#discussion_r1244709649
##
lucene/queries/src/test/org/apache/lucene/queries/function/TestFunctionScoreQuery.java:
##
@@ -322,6 +329,19 @@ private void assertInnerScoreMode(
ScoreMode
jpountz commented on code in PR #12383:
URL: https://github.com/apache/lucene/pull/12383#discussion_r1244710448
##
lucene/core/src/java/org/apache/lucene/search/TermQuery.java:
##
@@ -72,7 +72,16 @@ public TermWeight(
if (termStats == null) {
this.simScorer = nul
iverase commented on code in PR #12380:
URL: https://github.com/apache/lucene/pull/12380#discussion_r1244728353
##
lucene/core/src/java/org/apache/lucene/search/IndexSearcher.java:
##
@@ -749,6 +749,9 @@ protected void search(List leaves,
Weight weight, Collector c
p
iverase commented on code in PR #12380:
URL: https://github.com/apache/lucene/pull/12380#discussion_r1244728353
##
lucene/core/src/java/org/apache/lucene/search/IndexSearcher.java:
##
@@ -749,6 +749,9 @@ protected void search(List leaves,
Weight weight, Collector c
p
20 matches
Mail list logo