1 Metadata-Version: 1.1 |
1 Metadata-Version: 1.1 |
2 Name: pyams-content-es |
2 Name: pyams-content-es |
3 Version: 0.1.5 |
3 Version: 0.1.6 |
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-Content-Type: UNKNOWN |
9 Description: |
10 Description: |
10 Liste des actions à effectuer |
11 Liste des actions à effectuer |
11 ============================= |
12 ============================= |
12 |
13 |
13 curl --noproxy localhost -XPUT http://localhost:9200/_ingest/pipeline/attachment -d @attachment.json |
14 curl --noproxy localhost -XPUT http://localhost:9200/_ingest/pipeline/attachment -d @attachment.json |
14 |
15 |
15 curl --noproxy localhost -XDELETE http://localhost:9200/onf_website |
16 curl --noproxy localhost -XDELETE http://localhost:9200/onf_website |
16 curl --noproxy localhost -XPUT http://localhost:9200/onf_website -d @settings.json |
17 curl --noproxy localhost -XPUT http://localhost:9200/onf_website -d @index-settings.json |
17 |
18 |
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/WfNewsEvent/_mapping -d @mappings/WfNewsEvent.json |
19 curl --noproxy localhost -XPUT http://localhost:9200/onf_website/WfBlogPost/_mapping -d @WfBlogPost.json |
20 curl --noproxy localhost -XPUT http://localhost:9200/onf_website/WfTopic/_mapping -d @mappings/WfTopic.json |
|
21 curl --noproxy localhost -XPUT http://localhost:9200/onf_website/WfBlogPost/_mapping -d @mappings/WfBlogPost.json |
20 |
22 |
21 |
23 |
22 History |
24 History |
23 ======= |
25 ======= |
|
26 |
|
27 0.1.6 |
|
28 ----- |
|
29 - updated external files and paragraphs index adapters |
24 |
30 |
25 0.1.5 |
31 0.1.5 |
26 ----- |
32 ----- |
27 - updated paragraphs index adapters |
33 - updated paragraphs index adapters |
28 |
34 |