equal
deleted
inserted
replaced
3 ============================= |
3 ============================= |
4 |
4 |
5 curl --noproxy localhost -XPUT http://localhost:9200/_ingest/pipeline/attachment -d @attachment.json |
5 curl --noproxy localhost -XPUT http://localhost:9200/_ingest/pipeline/attachment -d @attachment.json |
6 |
6 |
7 curl --noproxy localhost -XDELETE http://localhost:9200/onf_website |
7 curl --noproxy localhost -XDELETE http://localhost:9200/onf_website |
8 curl --noproxy localhost -XPUT http://localhost:9200/onf_website -d @settings.json |
8 curl --noproxy localhost -XPUT http://localhost:9200/onf_website -d @index-settings.json |
9 |
9 |
10 curl --noproxy localhost -XPUT http://localhost:9200/onf_website/WfNewsEvent/_mapping -d @WfNewsEvent.json |
10 curl --noproxy localhost -XPUT http://localhost:9200/onf_website/WfNewsEvent/_mapping -d @mappings/WfNewsEvent.json |
11 curl --noproxy localhost -XPUT http://localhost:9200/onf_website/WfBlogPost/_mapping -d @WfBlogPost.json |
11 curl --noproxy localhost -XPUT http://localhost:9200/onf_website/WfTopic/_mapping -d @mappings/WfTopic.json |
|
12 curl --noproxy localhost -XPUT http://localhost:9200/onf_website/WfBlogPost/_mapping -d @mappings/WfBlogPost.json |