Hi,
I have a large JSON document I am trying to store in es. But it says this:
pyelasticsearch.exceptions.ElasticHttpError: (400,
u'MapperParsingException[failed to parse [sentences.semantics]]; nested:
ElasticSearchIllegalArgumentException[unknown property [entities]]; ')
I have not provided a mapping for my type and am using dynamic.
What does this exception mean?
thanks for any help.
Darren
--
You received this message because you are subscribed to the Google Groups "elasticsearch" group.
To unsubscribe from this group and stop receiving emails from it, send an email to elasticsearch+unsubscribe@googlegroups.com .
For more options, visit https://groups.google.com/groups/opt_out .
Ivan
(Ivan Brusic)
November 22, 2013, 10:53pm
2
You must have indexed another document previously that had the same field
name, but with a different structure. Get the current mapping via the API
and see what it actually is:
Power insights and outcomes with the Elasticsearch Platform and AI. See into your data and find answers that matter with enterprise solutions designed to help you build, observe, and protect. Try Elasticsearch free today.
If the mapping appears to be correct, then post a git of the mapping and
the document.
Cheers,
Ivan
On Fri, Nov 22, 2013 at 9:13 AM, project2501 darreng5150@gmail.com wrote:
Hi,
I have a large JSON document I am trying to store in es. But it says
this:
pyelasticsearch.exceptions.ElasticHttpError: (400,
u'MapperParsingException[failed to parse [sentences.semantics]]; nested:
ElasticSearchIllegalArgumentException[unknown property [entities]]; ')
I have not provided a mapping for my type and am using dynamic.
What does this exception mean?
thanks for any help.
Darren
--
You received this message because you are subscribed to the Google Groups
"elasticsearch" group.
To unsubscribe from this group and stop receiving emails from it, send an
email to elasticsearch+unsubscribe@googlegroups.com .
For more options, visit https://groups.google.com/groups/opt_out .
--
You received this message because you are subscribed to the Google Groups "elasticsearch" group.
To unsubscribe from this group and stop receiving emails from it, send an email to elasticsearch+unsubscribe@googlegroups.com .
For more options, visit https://groups.google.com/groups/opt_out .