Elasticsearch throws MapperParsingException

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

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

This is not how ranges works.

You have full examples here: 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. 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.

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