You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on May 25, 2020. It is now read-only.
com.github.vanroy.springdata.jest.exception.JestElasticsearchException: Cannot execute jest action , response code : 400 , error : {"root_cause":[{"type":"illegal_arg
ument_exception","reason":"Fielddata is disabled on text fields by default.
You can enable fielddata on an existing text field using the PUT mapping API as follows:
com.github.vanroy.springdata.jest.exception.JestElasticsearchException: Cannot execute jest action , response code : 400 , error : {"root_cause":[{"type":"illegal_arg
ument_exception","reason":"Fielddata is disabled on text fields by default.
You can enable fielddata on an existing text field using the PUT mapping API as follows:
PUT achaangeddep/_mapping/achaangeddep
{
"properties": {
"id": {
"type": "text",
"fielddata": true
}
}
}
The text was updated successfully, but these errors were encountered: