equal
deleted
inserted
replaced
1 Metadata-Version: 2.1 |
1 Metadata-Version: 2.1 |
2 Name: pyams-content-es |
2 Name: pyams-content-es |
3 Version: 0.1.21 |
3 Version: 0.1.22 |
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 |
130 } |
130 } |
131 } |
131 } |
132 } |
132 } |
133 } |
133 } |
134 |
134 |
|
135 PUT /onf_website/_mapping/PyAMS_document |
|
136 { |
|
137 "properties": { |
|
138 "link": { |
|
139 "type": "object", |
|
140 "properties": { |
|
141 "title": { |
|
142 "type": "object", |
|
143 "properties": { |
|
144 "en": { |
|
145 "type": "text" |
|
146 }, |
|
147 "fr": { |
|
148 "type": "text", |
|
149 "analyzer": "french", |
|
150 "search_analyzer": "french_search" |
|
151 } |
|
152 } |
|
153 }, |
|
154 "description": { |
|
155 "type": "object", |
|
156 "properties": { |
|
157 "en": { |
|
158 "type": "text" |
|
159 }, |
|
160 "fr": { |
|
161 "type": "text", |
|
162 "analyzer": "french", |
|
163 "search_analyzer": "french_search" |
|
164 } |
|
165 } |
|
166 } |
|
167 } |
|
168 } |
|
169 } |
|
170 } |
|
171 |
135 |
172 |
136 Update index mappings: |
173 Update index mappings: |
137 ====================== |
174 ====================== |
138 |
175 |
139 PUT /onf_website_v2 |
176 PUT /onf_website_v2 |
165 |
202 |
166 |
203 |
167 |
204 |
168 History |
205 History |
169 ======= |
206 ======= |
|
207 |
|
208 0.1.22 |
|
209 ------ |
|
210 - added links index info |
170 |
211 |
171 0.1.21 |
212 0.1.21 |
172 ------ |
213 ------ |
173 - updated views sort order so that imposed references are always in first positions |
214 - updated views sort order so that imposed references are always in first positions |
174 |
215 |