Hello,
I would like to store a field for a document in the index without any compression. The field is already a compressed byte[]. The application already uses ZStd and it’s very well optimized for this data. It doesn’t seem Lucene will allow me to store the field without compressing it again. This seems wasteful. Is there a solution to this? Or would I have to implement my own Codec or some such? I started digging down that route and it doesn’t look pretty. 😊 Tony