I was thinking of putting everything in a String but I thought maybe another solution exists.
Is there any way to store the equivalent of a blob type ?
No, I received an object that has some fields that will unpredictably be either a Value (String, number...) or an Object. I wanted to simply index the object I receive with as few processing as possible but this won't work.
I found a workaround, the java backend that interacts with elasticsearch now removes every field that could be problematic (as we had a spark of lucidity and prefixed them) before indexing.
I was unaware of this difference until now thanks, so if I want to simply store something I can do it without any mapping? I will just not be able to use it as a filter or a search criteria?
Apache, Apache Lucene, Apache Hadoop, Hadoop, HDFS and the yellow elephant
logo are trademarks of the
Apache Software Foundation
in the United States and/or other countries.