src/pyams_content_es.egg-info/PKG-INFO
changeset 32 6bb958e6e26a
parent 27 8f3ce51a13b8
child 34 a49941e01c4f
--- a/src/pyams_content_es.egg-info/PKG-INFO	Fri Dec 08 11:22:31 2017 +0100
+++ b/src/pyams_content_es.egg-info/PKG-INFO	Fri Dec 08 11:58:41 2017 +0100
@@ -1,11 +1,12 @@
 Metadata-Version: 1.1
 Name: pyams-content-es
-Version: 0.1.5
+Version: 0.1.6
 Summary: PyAMS content interfaces and classes for ElasticSearch indexation
 Home-page: http://hg.ztfy.org/pyams/pyams_content_es
 Author: Thierry Florac
 Author-email: tflorac@ulthar.net
 License: ZPL
+Description-Content-Type: UNKNOWN
 Description: 
         Liste des actions à effectuer
         =============================
@@ -13,15 +14,20 @@
         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
         
         
         History
         =======
         
+        0.1.6
+        -----
+         - updated external files and paragraphs index adapters
+        
         0.1.5
         -----
          - updated paragraphs index adapters