I can't find any examples of how to structure an array of strings in elasticsearch when trying to PUT a mapping to an index.
What I have for the field mapping:
:tags {:type :array :store true}
The error i get:
{:type "mapper_parsing_exception",
:reason "No handler for type [array] declared on field [tags]"}