nknize commented on issue #11702: URL: https://github.com/apache/lucene/issues/11702#issuecomment-1311921916
> our implementation is based on the Elasticsearch framework (on the BinaryFieldMapper.CustomBinaryDocValuesField to be exact) @rendel I haven't looked at that implementation since Elastic relicensed so my knowledge is dated. I presume you still use the ALv2 version? In other words, does it need anything other than the byte array list and corresponding `binaryValue` implementation? Could you use [OpenSearch's implementation](https://github.com/opensearch-project/OpenSearch/blob/main/server/src/main/java/org/opensearch/index/mapper/BinaryFieldMapper.java#L241)? -- 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