# Mapping parse error

**URL:** https://discuss.elastic.co/t/mapping-parse-error/129375
**Category:** Elasticsearch
**Created:** [April 24, 2018, 9:00pm UTC](https://discuss.elastic.co/t/mapping-parse-error/129375 "2018-04-24T21:00:05Z")
**Posts on this page:** 3
**Page:** 1

<div class="post-metadata">

### Author: ![ramzey1981](https://avatars.discourse-cdn.com/v4/letter/r/d26b3c/32.png) [@ramzey1981](https://discuss.elastic.co/u/ramzey1981)
#### Post date: [April 24, 2018, 9:00pm UTC](https://discuss.elastic.co/t/mapping-parse-error/129375/1 "2018-04-24T21:00:05Z")

</div>

I am receiving the following erorr in ES and i dont know what type object really means in this case. our field has been coming in as a string since the beginning,

like this, "time":"1524355464692"

here is the error,

org.elasticsearch.index.mapper.MapperParsingException: object mapping for [time] tried to parse field [time] as object, but found a concrete value

---

<div class="post-metadata">

### Author: ![dadoonet](https://sea2.discourse-cdn.com/elastic/user_avatar/discuss.elastic.co/dadoonet/32/137187_2.png) [@dadoonet](https://discuss.elastic.co/u/dadoonet)
#### Post date: [April 25, 2018, 2:48am UTC](https://discuss.elastic.co/t/mapping-parse-error/129375/2 "2018-04-25T02:48:48Z")

</div>

Probably because you sent previously something like

```
time : { ... }

```

Have a look at your current mapping and you'll see that time is an object and probably has sub fields.

---

<div class="post-metadata">

### Author: ![system](https://us1.discourse-cdn.com/elastic/original/3X/1/a/1ac57faf039f6b580b3f104ef42a2a89e41014de.png) [@system](https://discuss.elastic.co/u/system)
#### Post date: [May 23, 2018, 2:48am UTC](https://discuss.elastic.co/t/mapping-parse-error/129375/3 "2018-05-23T02:48:50Z")

</div>

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.
