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.1 |
3 Version: 0.1.2 |
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 |
20 |
21 |
21 |
22 History |
22 History |
23 ======= |
23 ======= |
24 |
24 |
|
25 0.1.2 |
|
26 ----- |
|
27 - added View content adapter to build queries based on Elasticsearch index |
|
28 - use "keyword" type for mapping of content type, internal ID, workflow status, location attributes and themes |
|
29 - update test query to use Elasticsearch-DSL package |
|
30 - updated Elasticsearch mappings |
|
31 - updated workflow properties index |
|
32 |
25 0.1.1 |
33 0.1.1 |
26 ----- |
34 ----- |
27 - updated external files mapping for ingest-attachment plug-in |
35 - updated external files mapping for ingest-attachment plug-in |
28 - imports cleanup |
36 - imports cleanup |
29 |
37 |