How to persist fields in database but not index n elastic?
For some projects it is interesting to store all data including files to the database so we can run such instances in docker and share the database.
So it we would like to store the data in database, even as we seen in https://answers.axonivy.com/questions/1779/how-can-i-persist-a-file-as-blob it is not efficient. But we would not need to index the base64 conent of the file in elastic. Is it possible?