zhaih commented on code in PR #12246:
URL: https://github.com/apache/lucene/pull/12246#discussion_r1181173636
##
lucene/analysis/common/src/java/org/apache/lucene/analysis/synonym/word2vec/Word2VecSynonymProvider.java:
##
@@ -64,7 +65,15 @@ public Word2VecSynonymProvider(Word2Ve
jbellis commented on PR #12255:
URL: https://github.com/apache/lucene/pull/12255#issuecomment-1528887975
^ this is addressed on the hashmap PR now
--
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
jbellis commented on PR #12248:
URL: https://github.com/apache/lucene/pull/12248#issuecomment-1528887917
^ last commit addresses the legacy test failures, not clear to me why they
didn't fail before on this branch, but with this change everything passes with
and w/o the NQ commit
--
This
jbellis commented on PR #12255:
URL: https://github.com/apache/lucene/pull/12255#issuecomment-1528882996
hmm, this is interesting, the hashmap branch passes tests, the neighborqueue
branch passes tests, but putting them together does not pass. investigating...
--
This is an automated mes
jbellis commented on PR #12255:
URL: https://github.com/apache/lucene/pull/12255#issuecomment-1528882157
@msokolov wrote earlier,
> I'm not entirely sure why just from inspection, but this seems to have
broken some of the backwards-compatibility tests. What it means is this can no
lo
jbellis opened a new pull request, #12255:
URL: https://github.com/apache/lucene/pull/12255
As discussed on the hashmap PR, this saves about 1% of graph build time.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use t
jbellis commented on PR #12248:
URL: https://github.com/apache/lucene/pull/12248#issuecomment-1528878444
^ I think that's everything, I'll look at what's going on w/ the tests for
the NeighborQueue piece and create a new PR
--
This is an automated message from the Apache Git Service.
To r
jbellis commented on PR #12248:
URL: https://github.com/apache/lucene/pull/12248#issuecomment-1528877184
I've added the types in, but I'd like to push back a bit on getting rid of
requiring Locale for string.formatted in test code -- the alternative isn't
really using Locale, the alternativ
msokolov commented on code in PR #12248:
URL: https://github.com/apache/lucene/pull/12248#discussion_r1181072749
##
lucene/core/src/test/org/apache/lucene/util/hnsw/HnswGraphTestCase.java:
##
@@ -265,19 +265,34 @@ public KnnVectorsFormat
getKnnVectorsFormatForField(String field
msokolov commented on PR #12248:
URL: https://github.com/apache/lucene/pull/12248#issuecomment-1528781897
I'm not entirely sure why just from inspection, but this seems to have
broken some of the backwards-compatibility tests. What it means is this can no
longer read indexes written by a pr
10 matches
Mail list logo