mikemccand commented on code in PR #13879:
URL: https://github.com/apache/lucene/pull/13879#discussion_r1795372954
##########
lucene/backward-codecs/src/test/org/apache/lucene/backward_index/TestGenerateBwcIndices.java:
##########
@@ -82,6 +82,16 @@ public void testCreateSortedIndex() throws IOException {
sortedTest.createBWCIndex();
}
+ public void testCreateInt7HNSWIndices() throws IOException {
Review Comment:
Hmm I think we can just rename `int8_hnsw` -> `int7_hnsw` in
`addBackCompatIndexes.py`? But I would do that change on our latest branches
(9.12.x, 10.x, 10.0.x) as a separate follow-on PR? This PR is just targetting
9.10.x branch in case we ever need to regen 9.10.x bwc indices again (hope
not!).
--
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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]