Cloud elastic account,Reindex docs

Please format your code, logs or configuration files using </> icon as explained in this guide. It will make your post more readable.

Or use markdown style like:

```
CODE
```

This is the icon to use if you are not using markdown format:

There's a live preview panel to help see what it looks like.


The response you've posted looks like search results. Please show the mapping that exists in the index atiruz, with

GET /atiruz

The response will look something like

{
  "atiruz" : {
    "aliases" : { },
    "mappings" : {
      "properties" : {
        "acceptedAnswerId" : {
          "type" : "integer"
        },
        "answerCount" : {
          "type" : "integer"
        },
        "title" : {
          "type" : "text",
          "norms" : false,
          "fields" : {
            "raw" : {
              "type" : "keyword"
            }
          },
          "analyzer" : "expand"
        }
      }
    },
    "settings" : {
      "index" : {
        "refresh_interval" : "1s",
        "number_of_shards" : "3",
        "provided_name" : "posts",
        "creation_date" : "1565087735315",
        "analysis" : {
        }
      }
    }
  }
}

although the properties are going to be different in your case