equal
deleted
inserted
replaced
1 Metadata-Version: 1.1 |
1 Metadata-Version: 1.1 |
2 Name: pyams-content-es |
2 Name: pyams-content-es |
3 Version: 0.1.0 |
3 Version: 0.1.1 |
4 Summary: PyAMS content interfaces and classes for ElasticSearch indexation |
4 Summary: PyAMS content interfaces and classes for ElasticSearch indexation |
5 Home-page: http://hg.ztfy.org/pyams/pyams_content_es |
5 Home-page: http://hg.ztfy.org/pyams/pyams_content_es |
6 Author: Thierry Florac |
6 Author: Thierry Florac |
7 Author-email: tflorac@ulthar.net |
7 Author-email: tflorac@ulthar.net |
8 License: ZPL |
8 License: ZPL |
9 Description: |
9 Description: |
|
10 Liste des actions à effectuer |
|
11 ============================= |
|
12 |
|
13 curl --noproxy localhost -XPUT http://localhost:9200/_ingest/pipeline/attachment -d @attachment.json |
|
14 |
|
15 curl --noproxy localhost -XDELETE http://localhost:9200/onf_website |
|
16 curl --noproxy localhost -XPUT http://localhost:9200/onf_website -d @settings.json |
|
17 |
|
18 curl --noproxy localhost -XPUT http://localhost:9200/onf_website/WfNewsEvent/_mapping -d @WfNewsEvent.json |
|
19 curl --noproxy localhost -XPUT http://localhost:9200/onf_website/WfBlogPost/_mapping -d @WfBlogPost.json |
|
20 |
10 |
21 |
11 History |
22 History |
12 ======= |
23 ======= |
|
24 |
|
25 0.1.1 |
|
26 ----- |
|
27 - updated external files mapping for ingest-attachment plug-in |
|
28 - imports cleanup |
13 |
29 |
14 0.1.0 |
30 0.1.0 |
15 ----- |
31 ----- |
16 - first development release |
32 - first development release |
17 |
33 |