equal
deleted
inserted
replaced
189 "expiration_date": { |
189 "expiration_date": { |
190 "type": "date" |
190 "type": "date" |
191 }, |
191 }, |
192 "first_publication_date": { |
192 "first_publication_date": { |
193 "type": "date" |
193 "type": "date" |
|
194 }, |
|
195 "visible_publication_date": { |
|
196 "type": "date" |
194 } |
197 } |
195 } |
198 } |
196 }, |
199 }, |
197 "extfile": { |
200 "extfile": { |
198 "type": "object", |
201 "type": "object", |
282 "type": "text", |
285 "type": "text", |
283 "analyzer": "french", |
286 "analyzer": "french", |
284 "search_analyzer": "french_search" |
287 "search_analyzer": "french_search" |
285 } |
288 } |
286 } |
289 } |
287 } |
|
288 } |
|
289 }, |
|
290 "location": { |
|
291 "type": "object", |
|
292 "properties": { |
|
293 "coords": { |
|
294 "type": "geo_point" |
|
295 }, |
|
296 "forests": { |
|
297 "type": "keyword" |
|
298 }, |
|
299 "cities": { |
|
300 "type": "keyword" |
|
301 }, |
|
302 "departments": { |
|
303 "type": "keyword" |
|
304 }, |
|
305 "countries": { |
|
306 "type": "keyword" |
|
307 }, |
|
308 "structures": { |
|
309 "type": "keyword" |
|
310 } |
|
311 } |
|
312 }, |
|
313 "hearing": { |
|
314 "type": "object", |
|
315 "properties": { |
|
316 "targets": { |
|
317 "type": "keyword" |
|
318 }, |
|
319 "national_scope": { |
|
320 "type": "boolean" |
|
321 }, |
|
322 "forests": { |
|
323 "type": "keyword" |
|
324 }, |
|
325 "cities": { |
|
326 "type": "keyword" |
|
327 }, |
|
328 "departments": { |
|
329 "type": "keyword" |
|
330 }, |
|
331 "countries": { |
|
332 "type": "keyword" |
|
333 }, |
|
334 "structures": { |
|
335 "type": "keyword" |
|
336 }, |
|
337 "source_site": { |
|
338 "type": "keyword" |
|
339 }, |
|
340 "diffusion_sites": { |
|
341 "type": "keyword" |
|
342 } |
290 } |
343 } |
291 } |
344 }, |
292 }, |
345 "tags": { |
293 "tags": { |
346 "type": "keyword" |
294 "type": "keyword" |