Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

No handler for type [text] declared on field es_index.json #4

Open
AbsoZed opened this issue Sep 5, 2018 · 0 comments
Open

No handler for type [text] declared on field es_index.json #4

AbsoZed opened this issue Sep 5, 2018 · 0 comments

Comments

@AbsoZed
Copy link

AbsoZed commented Sep 5, 2018

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}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant