Re: [PR] Align TestGenerateBwcIndices.java with AddBackcompatindices.py [lucene]

2024-10-15 Thread via GitHub
mikemccand commented on PR #13911: URL: https://github.com/apache/lucene/pull/13911#issuecomment-2413926802 Thanks @javanna. -- 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.

Re: [PR] Align TestGenerateBwcIndices.java with AddBackcompatindices.py [lucene]

2024-10-15 Thread via GitHub
javanna merged PR #13911: URL: https://github.com/apache/lucene/pull/13911 -- 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

[PR] Align TestGenerateBwcIndices.java with AddBackcompatindices.py [lucene]

2024-10-14 Thread via GitHub
javanna opened a new pull request, #13911: URL: https://github.com/apache/lucene/pull/13911 We updated TestGenerateBwcIndices to create int7 HNSW indices instead of int8 with #13874. The corresponding python code part of the release wizard needs to be updated accordingly. -- This