jpountz commented on PR #13308:
URL: https://github.com/apache/lucene/pull/13308#issuecomment-2062265590

   > Oh okay, that means we need to remove support for COSINE just from 
indexing side not from searching side?
   
   Correct. Practically, this means keeping the enum constant but marking it as 
deprecated, and modifying IndexingChain to fail using COSINE on 10.x Lucene 
indexes.
   
   It would be nice to also add a new file format under lucene/codecs that does 
cosine similarity, like we just added for hamming distance. This could help 
with the migration for some users.


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