src/pyams_content_es.egg-info/PKG-INFO
changeset 129 eb2875558811
parent 127 e5cc001c6476
child 132 92a69e693cca
equal deleted inserted replaced
128:8fbf305a5e25 129:eb2875558811
     1 Metadata-Version: 2.1
     1 Metadata-Version: 2.1
     2 Name: pyams-content-es
     2 Name: pyams-content-es
     3 Version: 0.1.20
     3 Version: 0.1.21
     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
   151             }
   151             }
   152         }
   152         }
   153         
   153         
   154         DELETE /onf_website
   154         DELETE /onf_website
   155         
   155         
   156         PUT /_aliases
   156         POST /_aliases
   157         {
   157         {
   158             "actions": {
   158             "actions": {
   159                 "add": {
   159                 "add": {
   160                     "index": "onf_website-v2",
   160                     "index": "onf_website-v2",
   161                     "alias": "onf_website"
   161                     "alias": "onf_website"
   165         
   165         
   166         
   166         
   167         
   167         
   168         History
   168         History
   169         =======
   169         =======
       
   170         
       
   171         0.1.21
       
   172         ------
       
   173          - updated views sort order so that imposed references are always in first positions
   170         
   174         
   171         0.1.20
   175         0.1.20
   172         ------
   176         ------
   173          - updated resources attributes
   177          - updated resources attributes
   174         
   178