diff -r 40f5193162ee -r 92a69e693cca src/pyams_content_es.egg-info/PKG-INFO --- a/src/pyams_content_es.egg-info/PKG-INFO Fri Jan 04 12:21:56 2019 +0100 +++ b/src/pyams_content_es.egg-info/PKG-INFO Fri Jan 04 17:16:05 2019 +0100 @@ -1,6 +1,6 @@ Metadata-Version: 2.1 Name: pyams-content-es -Version: 0.1.21 +Version: 0.1.22 Summary: PyAMS content interfaces and classes for ElasticSearch indexation Home-page: http://hg.ztfy.org/pyams/pyams_content_es Author: Thierry Florac @@ -132,6 +132,43 @@ } } + PUT /onf_website/_mapping/PyAMS_document + { + "properties": { + "link": { + "type": "object", + "properties": { + "title": { + "type": "object", + "properties": { + "en": { + "type": "text" + }, + "fr": { + "type": "text", + "analyzer": "french", + "search_analyzer": "french_search" + } + } + }, + "description": { + "type": "object", + "properties": { + "en": { + "type": "text" + }, + "fr": { + "type": "text", + "analyzer": "french", + "search_analyzer": "french_search" + } + } + } + } + } + } + } + Update index mappings: ====================== @@ -168,6 +205,10 @@ History ======= + 0.1.22 + ------ + - added links index info + 0.1.21 ------ - updated views sort order so that imposed references are always in first positions