msokolov commented on PR #13469:
URL: https://github.com/apache/lucene/pull/13469#issuecomment-2293814000

   > Would like to know how you are doing it if there is some reference. 
Because I am also using a custom codec. The one way I figured out to use this 
is I create my own KNNVectorsFormat and then used the FlatWriters and Readers 
directly. Let me know if there is any better way. But this is best I can think 
of.
   
   I think we need to add the format to SPI. That way we will be able to evolve 
it going forward and let the index reading code pick the proper implementation 
corresponding to what was written to the index. Making the Codec figure this 
out is probably just a short-term hack that won't scale well.


-- 
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.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscr...@lucene.apache.org
For additional commands, e-mail: issues-h...@lucene.apache.org

Reply via email to