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
Setting up ElasticSearch Index on Ubuntu 18.04 yields the following results:
absozed@DevBox:$ curl -XPUT localhost:9200/samples -H "Content-Type: application/json" -d @es_index.json
{"error":{"root_cause":[{"type":"mapper_parsing_exception","reason":"No handler for type [text] declared on field [emails]"}],"type":"mapper_parsing_exception","reason":"Failed to parse mapping [kit]: No handler for type [text] declared on field [emails]","caused_by":{"type":"mapper_parsing_exception","reason":"No handler for type [text] declared on field [emails]"}},"status":400}
The text was updated successfully, but these errors were encountered:
Setting up ElasticSearch Index on Ubuntu 18.04 yields the following results:
The text was updated successfully, but these errors were encountered: