Elasticsearch - Mappings and Data Types
What is the result of indexing this document with a binary field?
Assuming
{"file_content": "SGVsbG8gd29ybGQ="}Assuming
file_content is mapped as binary type.