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.8 |
3 Version: 0.1.9 |
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 |
21 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 |
22 |
22 |
23 |
23 |
24 History |
24 History |
25 ======= |
25 ======= |
|
26 |
|
27 0.1.9 |
|
28 ----- |
|
29 - added 0MQ authentication and access control |
|
30 - updated global registry access |
|
31 - check for PyAMS command line scripts in application startup |
|
32 - use transaction annotations to avoid multiple document indexations in a single request |
26 |
33 |
27 0.1.8 |
34 0.1.8 |
28 ----- |
35 ----- |
29 - updated Elasticsearch mappings |
36 - updated Elasticsearch mappings |
30 - use ZODBConnection as context manager when starting indexer process |
37 - use ZODBConnection as context manager when starting indexer process |