src/pyams_content_es.egg-info/PKG-INFO
changeset 127 e5cc001c6476
parent 124 e7c1926fb3f8
child 129 eb2875558811
equal deleted inserted replaced
126:a91030bda803 127:e5cc001c6476
     1 Metadata-Version: 2.1
     1 Metadata-Version: 2.1
     2 Name: pyams-content-es
     2 Name: pyams-content-es
     3 Version: 0.1.19
     3 Version: 0.1.20
     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
    54         {
    54         {
    55           "properties": {
    55           "properties": {
    56             "resource_info": {
    56             "resource_info": {
    57               "type": "object",
    57               "type": "object",
    58               "properties": {
    58               "properties": {
       
    59                 "original_title": {
       
    60                   "type": "text"
       
    61                 },
    59                 "author": {
    62                 "author": {
       
    63                   "type": "text"
       
    64                 },
       
    65                 "translator": {
       
    66                   "type": "text"
       
    67                 },
       
    68                 "illustrator": {
    60                   "type": "text"
    69                   "type": "text"
    61                 },
    70                 },
    62                 "drawer": {
    71                 "drawer": {
    63                   "type": "text"
    72                   "type": "text"
    64                 },
    73                 },
   157         
   166         
   158         
   167         
   159         History
   168         History
   160         =======
   169         =======
   161         
   170         
       
   171         0.1.20
       
   172         ------
       
   173          - updated resources attributes
       
   174         
   162         0.1.19
   175         0.1.19
   163         ------
   176         ------
   164          - added resource index info
   177          - added resource index info
   165          - updated object modified event subscriber to allow indexation of several objects in the same transaction
   178          - updated object modified event subscriber to allow indexation of several objects in the same transaction
   166          - updated index mapping
   179          - updated index mapping