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

Provide elasticsearch mapping #4

Open
dadoonet opened this issue Jan 15, 2016 · 1 comment
Open

Provide elasticsearch mapping #4

dadoonet opened this issue Jan 15, 2016 · 1 comment

Comments

@dadoonet
Copy link
Member

Until now the mapping is not pushed to elasticsearch so elasticsearch uses dynamic mapping to auto guess field formats.

Each time the index is created, we should:

  • read the mapping from disk, ideally one file per type
  • if exists, push the mapping in the new created index

We might not want to use templates here as we want to be able easily to change the mappings easily.

@dadoonet
Copy link
Member Author

@ycombinator offered his help on this

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

No branches or pull requests

1 participant