Open dadoonet opened 8 years ago
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.
@ycombinator offered his help on this
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.