Hi all,

I am working on a small tool that is populating an ElasticSearch index and
ran into an issue that I want to ask about... It seems that our
ElasticSearchUtils class is creating the 'source' of the mapping request
and that it contains an array of property name and then property details
like 'type=string&store=true'. I am wondering how/why this format is used.
Everywhere else I see a nested JSON object describing the document mapping.
And when building my tool this also seemed to be the only thing I could get
working. If I used the current MetaModel implementation then I get some
funky error messages back from ES saying that it's not proper xcontent.

If anyone knows why it is as it is, I'd love to know :) Or is it just a
plain bug?

Best regards,
Kasper

Reply via email to