hello All,
I'd like to store binary content in the index, to be able to fetch data later on.
There are two ways to do that:
- binary data type
-
via mapping
enabled: false
Do they store the data in the same way? Why do we need the binary
data type at all, if it is not searchable (makes totally sense) and not retrievable (makes no sense) by default?
Thanks!