src/pyams_content_es.egg-info/PKG-INFO
changeset 21 ec814fadbd27
parent 17 4d9c23cdfa82
child 24 93339eaa318b
equal deleted inserted replaced
20:ea4bfc8f6278 21:ec814fadbd27
     1 Metadata-Version: 1.1
     1 Metadata-Version: 1.1
     2 Name: pyams-content-es
     2 Name: pyams-content-es
     3 Version: 0.1.2
     3 Version: 0.1.3
     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
    19         curl --noproxy localhost -XPUT    http://localhost:9200/onf_website/WfBlogPost/_mapping -d @WfBlogPost.json
    19         curl --noproxy localhost -XPUT    http://localhost:9200/onf_website/WfBlogPost/_mapping -d @WfBlogPost.json
    20         
    20         
    21         
    21         
    22         History
    22         History
    23         =======
    23         =======
       
    24         
       
    25         0.1.3
       
    26         -----
       
    27          - use associations to handle links and external files
    24         
    28         
    25         0.1.2
    29         0.1.2
    26         -----
    30         -----
    27          - added View content adapter to build queries based on Elasticsearch index
    31          - 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
    32          - use "keyword" type for mapping of content type, internal ID, workflow status, location attributes and themes