iverase merged PR #12512:
URL: https://github.com/apache/lucene/pull/12512
--
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.apa
easyice closed issue #12514: Could we add more index for BKD LeafNode?
URL: https://github.com/apache/lucene/issues/12514
--
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 uns
easyice commented on issue #12514:
URL: https://github.com/apache/lucene/issues/12514#issuecomment-1687673132
Thanks for explaining, I will close the issue.
--
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
azagniotov opened a new pull request, #12517:
URL: https://github.com/apache/lucene/pull/12517
## TL;DR
The current PR attempts to remediate
https://issues.apache.org/jira/browse/LUCENE-4056 (`Japanese Tokenizer
(Kuromoji) cannot build UniDic dictionary`)
## Description
mikemccand commented on PR #12465:
URL: https://github.com/apache/lucene/pull/12465#issuecomment-1688183077
It's awesome that Lucene changed to be more picky (removing leniency) on
catching invalid usage of the API! Such improvements are great at ferreting
out bugs (instead of masking them
zhaih commented on code in PR #12480:
URL: https://github.com/apache/lucene/pull/12480#discussion_r1302276710
##
lucene/core/src/java/org/apache/lucene/util/hnsw/HnswGraphBuilder.java:
##
@@ -401,8 +404,23 @@ private boolean isDiverse(byte[] candidate, NeighborArray
neighbors,
zhaih commented on code in PR #12480:
URL: https://github.com/apache/lucene/pull/12480#discussion_r1302278519
##
lucene/core/src/java/org/apache/lucene/util/hnsw/NeighborArray.java:
##
@@ -108,10 +111,16 @@ public int[] sort() {
}
/** insert the first unsorted node into
zhaih commented on PR #12480:
URL: https://github.com/apache/lucene/pull/12480#issuecomment-1689049573
Ah sorry I almost forget:
don't forget to create a CHANGES.txt entry :)
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub