docs/README.txt
changeset 32 6bb958e6e26a
parent 6 a6798d3cd7ea
child 113 0baf6315d838
--- a/docs/README.txt	Fri Dec 08 11:22:31 2017 +0100
+++ b/docs/README.txt	Fri Dec 08 11:58:41 2017 +0100
@@ -5,7 +5,8 @@
 curl --noproxy localhost -XPUT    http://localhost:9200/_ingest/pipeline/attachment -d @attachment.json
 
 curl --noproxy localhost -XDELETE http://localhost:9200/onf_website
-curl --noproxy localhost -XPUT    http://localhost:9200/onf_website -d @settings.json
+curl --noproxy localhost -XPUT    http://localhost:9200/onf_website -d @index-settings.json
 
-curl --noproxy localhost -XPUT    http://localhost:9200/onf_website/WfNewsEvent/_mapping -d @WfNewsEvent.json
-curl --noproxy localhost -XPUT    http://localhost:9200/onf_website/WfBlogPost/_mapping -d @WfBlogPost.json
+curl --noproxy localhost -XPUT    http://localhost:9200/onf_website/WfNewsEvent/_mapping -d @mappings/WfNewsEvent.json
+curl --noproxy localhost -XPUT    http://localhost:9200/onf_website/WfTopic/_mapping -d @mappings/WfTopic.json
+curl --noproxy localhost -XPUT    http://localhost:9200/onf_website/WfBlogPost/_mapping -d @mappings/WfBlogPost.json