-
Notifications
You must be signed in to change notification settings - Fork 24.9k
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
Create Mapping API: Automatically create indices #12
Labels
Comments
Create Mapping API: Automatically create indices. Closed by 9a9ce99. |
Automatically creating the index doesn't seem to work with elasticsearch 1.4.4
|
This is an issue that was closed 5 years ago! If you have problems then I'd suggest trying the Elasticsearch mailing list - https://groups.google.com/forum/#!forum/elasticsearch |
dadoonet
added a commit
that referenced
this issue
Jun 5, 2015
dadoonet
added a commit
that referenced
this issue
Jun 5, 2015
dadoonet
added a commit
that referenced
this issue
Jun 5, 2015
dadoonet
added a commit
that referenced
this issue
Jun 5, 2015
When the plugin starts, it should register `smartcn` analyzer, `smartcn_sentence` tokenizer and `smartcn_word` token filter. Closes #12. (cherry picked from commit b8cd4c4)
dadoonet
pushed a commit
that referenced
this issue
Jun 9, 2015
martijnvg
added a commit
to rmuir/elasticsearch
that referenced
this issue
Nov 8, 2015
imotov
added a commit
to imotov/elasticsearch
that referenced
this issue
Jul 7, 2016
rahulanishetty
referenced
this issue
in rahulanishetty/elasticsearch
Mar 3, 2017
convert pre_zone and post_zone to pre_offset and post_offset resp. in…
ywelsch
added a commit
to ywelsch/elasticsearch
that referenced
this issue
Dec 21, 2017
Implements a translog-like storage layer for the new consensus module.
cbuescher
pushed a commit
to cbuescher/elasticsearch
that referenced
this issue
Oct 2, 2023
With this commit we embed Kibana dashboards for nightly and release benchmarks. As we want to gather further feedback we did not yet remove the old functionality based on dygraphs (this will happen in elastic#33). Closes elastic#23 Closes elastic#9 Closes elastic#11 Closes elastic#12
This issue was closed.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
In a similar manner that the index operation automatically create the index, the mapping API should do the same. This can be disable using the setting 'action.autoCreateIndex'.
The text was updated successfully, but these errors were encountered: