# Elasticsearch throws MapperParsingException

**URL:** https://discuss.elastic.co/t/elasticsearch-throws-mapperparsingexception/139013
**Category:** Elasticsearch
**Created:** [July 7, 2018, 12:27pm UTC](https://discuss.elastic.co/t/elasticsearch-throws-mapperparsingexception/139013 "2018-07-07T12:27:43Z")
**Posts on this page:** 3
**Page:** 1

<div class="post-metadata">

### Author: ![alien777](https://avatars.discourse-cdn.com/v4/letter/a/73ab20/32.png) [@alien777](https://discuss.elastic.co/u/alien777)
#### Post date: [July 7, 2018, 12:27pm UTC](https://discuss.elastic.co/t/elasticsearch-throws-mapperparsingexception/139013/1 "2018-07-07T12:27:43Z")

</div>

Hello, Elasticsearch throws Exception during adding document to index. Problem occurred with field value\_open and value\_close which marked as range\_integer type.

This is mapping file: [https://textuploader.com/dzge4](https://textuploader.com/dzge4)

structure of data:  
index/place{  
....  
open\_id-\>  
{  
day\_monday\_id-\>  
{  
open (string)  
close (string)  
value\_open (integer)  
value\_close (integer)  
}  
day\_tuesday\_id-\>  
{  
open (string)  
close (string)  
value\_open (integer)  
value\_close (integer)  
}  
etc  
}  
....  
}

I attached stack trace: [https://textuploader.com/dzgeq](https://textuploader.com/dzgeq)

---

<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: [July 7, 2018, 12:58pm UTC](https://discuss.elastic.co/t/elasticsearch-throws-mapperparsingexception/139013/2 "2018-07-07T12:58:12Z")

</div>

This is not how ranges works.

You have full examples here: [https://www.elastic.co/guide/en/elasticsearch/reference/6.3/range.html](https://www.elastic.co/guide/en/elasticsearch/reference/6.3/range.html)

If you don't succeed to make it work provide a full recreation script as described in [About the Elasticsearch category](https://discuss.elastic.co/t/about-the-elasticsearch-category/21). It will help to better understand what you are doing. Please, try to keep the example as simple as possible.

A full reproduction script will help readers to understand, reproduce and if needed fix your problem. It will also most likely help to get a faster answer.

---

<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: [August 4, 2018, 1:11pm UTC](https://discuss.elastic.co/t/elasticsearch-throws-mapperparsingexception/139013/3 "2018-08-04T13:11:08Z")

</div>

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