equal
deleted
inserted
replaced
1 Metadata-Version: 2.1 |
1 Metadata-Version: 2.1 |
2 Name: pyams-content-es |
2 Name: pyams-content-es |
3 Version: 0.1.16 |
3 Version: 0.1.16.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 |
20 curl --noproxy localhost -XPUT http://localhost:9200/onf_website/WfBlogPost/_mapping -d @mappings/WfBlogPost.json |
20 curl --noproxy localhost -XPUT http://localhost:9200/onf_website/WfBlogPost/_mapping -d @mappings/WfBlogPost.json |
21 |
21 |
22 |
22 |
23 History |
23 History |
24 ======= |
24 ======= |
|
25 |
|
26 0.1.16.1 |
|
27 -------- |
|
28 - use commits (after 10 documents) instead of savepoints when re-indexing the whole site to avoid ES timeouts |
25 |
29 |
26 0.1.16 |
30 0.1.16 |
27 ------ |
31 ------ |
28 - check if content indexer port is available before starting indexer process to avoid zombies |
32 - check if content indexer port is available before starting indexer process to avoid zombies |
29 - updated workflow extension to handle any kind of content |
33 - updated workflow extension to handle any kind of content |