MapperParsingException help

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 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:

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.