--- a/src/pyams_content_es.egg-info/PKG-INFO Tue Jun 06 17:20:00 2017 +0200
+++ b/src/pyams_content_es.egg-info/PKG-INFO Tue Jun 06 17:22:24 2017 +0200
@@ -1,16 +1,32 @@
Metadata-Version: 1.1
Name: pyams-content-es
-Version: 0.1.0
+Version: 0.1.1
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:
+ Liste des actions à effectuer
+ =============================
+
+ 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/WfNewsEvent/_mapping -d @WfNewsEvent.json
+ curl --noproxy localhost -XPUT http://localhost:9200/onf_website/WfBlogPost/_mapping -d @WfBlogPost.json
+
History
=======
+ 0.1.1
+ -----
+ - updated external files mapping for ingest-attachment plug-in
+ - imports cleanup
+
0.1.0
-----
- first development release