msokolov commented on code in PR #16383:
URL: https://github.com/apache/lucene/pull/16383#discussion_r3589765499


##########
lucene/core/src/java/org/apache/lucene/codecs/lucene99/Lucene99HnswVectorsWriter.java:
##########
@@ -714,6 +715,15 @@ static FieldWriter<?> create(
                 beamWidth,
                 infoStream,
                 tinySegmentsThreshold);
+        case FLOAT16 ->

Review Comment:
   after discussing and thinking about this some more, I realized this was 
wrong: Lucene doesn't expect to provide any forwards-compatibility guarantee. 
Even though the Codec version does not change, older releases are not expected 
to be able to read indexes produced by newer ones.



-- 
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]

Reply via email to