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.6 |
3 Version: 0.1.7 |
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 |
20 curl --noproxy localhost -XPUT http://localhost:9200/onf_website/WfBlogPost/_mapping -d @mappings/WfBlogPost.json |
21 curl --noproxy localhost -XPUT http://localhost:9200/onf_website/WfBlogPost/_mapping -d @mappings/WfBlogPost.json |
21 |
22 |
22 |
23 |
23 History |
24 History |
24 ======= |
25 ======= |
|
26 |
|
27 0.1.7 |
|
28 ----- |
|
29 - use ZODBConnection class instead of ZEOConnection to handle any ZODB storage for content indexer |
|
30 - add Pyramid settings to start indexer process |
25 |
31 |
26 0.1.6 |
32 0.1.6 |
27 ----- |
33 ----- |
28 - updated external files and paragraphs index adapters |
34 - updated external files and paragraphs index adapters |
29 |
35 |