We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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:
We might not want to use templates here as we want to be able easily to change the mappings easily.
The text was updated successfully, but these errors were encountered:
@ycombinator offered his help on this
Sorry, something went wrong.
No branches or pull requests
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:
We might not want to use templates here as we want to be able easily to change the mappings easily.
The text was updated successfully, but these errors were encountered: