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 Index API: Allow to provide mappings #541

Closed
kimchy opened this issue Nov 26, 2010 · 1 comment
Closed

Create Index API: Allow to provide mappings #541

kimchy opened this issue Nov 26, 2010 · 1 comment

Comments

@kimchy
Copy link
Member

kimchy commented Nov 26, 2010

Allow to provide mappings as well as settings in the create index API:

curl -XPOST localhost:9200/test -d '
{
    "settings" : {
        "number_of_shards" : 1
    },
    "mappings" : {
        "type1" : {
            "_source" : { "enabled" : false }
        }
    }
}
'
@kimchy
Copy link
Member Author

kimchy commented Nov 26, 2010

Create Index API: Allow to provide mappings. closed by 526f28f.

medcl pushed a commit to medcl/elasticsearch that referenced this issue Jul 1, 2011
mindw pushed a commit to mindw/elasticsearch that referenced this issue Sep 5, 2022
…equest elastic#541)

MPC-5012: delete ec2 instances before attempting redis flush

* delete ec2 instances before attempting redis flush


Approved-by: Can Yildiz
cbuescher pushed a commit to cbuescher/elasticsearch that referenced this issue Oct 2, 2023
cbuescher pushed a commit to cbuescher/elasticsearch that referenced this issue Oct 2, 2023
cbuescher pushed a commit to cbuescher/elasticsearch that referenced this issue Oct 2, 2023
cbuescher pushed a commit to cbuescher/elasticsearch that referenced this issue Oct 2, 2023
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

1 participant