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

Create Mapping API: Automatically create indices #12

Closed
kimchy opened this issue Feb 15, 2010 · 3 comments
Closed

Create Mapping API: Automatically create indices #12

kimchy opened this issue Feb 15, 2010 · 3 comments

Comments

@kimchy
Copy link
Member

kimchy commented Feb 15, 2010

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'.

@kimchy
Copy link
Member Author

kimchy commented Feb 15, 2010

Create Mapping API: Automatically create indices. Closed by 9a9ce99.

@rectalogic
Copy link

Automatically creating the index doesn't seem to work with elasticsearch 1.4.4

curl -XPUT http://localhost:9200/twitter/tweet/_mapping -d '
> {
>     tweet : {
>         properties : {
>             message : {type : "string", store : "yes"}
>         }
>     }
> }
> '
{"error":"IndexMissingException[[twitter] missing]","status":404}

@markwalkom
Copy link
Contributor

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
Seen in #9, Google changed its APIs. We need to update as it previous version causes a `404` error.

Closes #12.
Closes #9.
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
Projects
None yet
Development

No branches or pull requests

3 participants