MapperParsingException

Does any one know what the following error means?

"error":"MapperParsingException[object mapping for [] tried to
parse as object, but got EOF, has a concrete value been provided to
it?"

Did this happen during search query or during indexing?
Either way I think this is caused by having wrong mapping type (data type)
against the value your are passing to it.
Double check your queries / values you are indexing against the 'data
types' of columns your mapping type.

--Andrew

On Thursday, May 10, 2012 2:05:01 PM UTC-5, grcook wrote:

Does any one know what the following error means?

"error":"MapperParsingException[object mapping for [] tried to
parse as object, but got EOF, has a concrete value been provided to
it?"

Thanks Andrew - Turned out to be an array of objects and not all the object attributes were defined in the mapping file.

Gary R. Cook
Senior Software Engineer
Six3Systems, Inc.
(703) 742-7660 X355


From: elasticsearch@googlegroups.com [elasticsearch@googlegroups.com] on behalf of Andrew[.:at:.]DataFeedFile.com [andrew@datafeedfile.com]
Sent: Thursday, May 10, 2012 4:24 PM
To: elasticsearch@googlegroups.com
Subject: Re: MapperParsingException

Did this happen during search query or during indexing?
Either way I think this is caused by having wrong mapping type (data type) against the value your are passing to it.
Double check your queries / values you are indexing against the 'data types' of columns your mapping type.

--Andrew

On Thursday, May 10, 2012 2:05:01 PM UTC-5, grcook wrote:
Does any one know what the following error means?

"error":"MapperParsingException[object mapping for [] tried to
parse as object, but got EOF, has a concrete value been provided to
it?"