iverase commented on PR #12460:
URL: https://github.com/apache/lucene/pull/12460#issuecomment-1685783623

   I am currently not planing to replace any of the usages as I am not familiar 
with them. Note that some of them encode data in big endian while 
DataOutput/DataInput uses little endian since 8.0 so there might not be 
compatible. The `SerializedDVStrategy' uses a `java.io.ByteArrayInputStream` so 
it is not a good candidate either.
   
   
   My use case is more similar to 
[ShapeDocValues](https://github.com/apache/lucene/blob/fad3108b27b7c9b9514a5b96e26295da3f7c8723/lucene/core/src/java/org/apache/lucene/document/ShapeDocValues.java#L578)
 and that would be a good candidate. I am not familiar with the implementation 
and it seems to requires some signature changes so left the implementation to 
whoever is interested.


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