equal
deleted
inserted
replaced
86 "type": "keyword" |
86 "type": "keyword" |
87 }, |
87 }, |
88 "content_type": { |
88 "content_type": { |
89 "type": "keyword" |
89 "type": "keyword" |
90 }, |
90 }, |
|
91 "data_type": { |
|
92 "type": "keyword" |
|
93 }, |
91 "title": { |
94 "title": { |
92 "type": "object", |
95 "type": "object", |
93 "properties": { |
96 "properties": { |
94 "en": { |
97 "en": { |
95 "type": "text" |
98 "type": "text" |
328 } |
331 } |
329 } |
332 } |
330 }, |
333 }, |
331 "collections": { |
334 "collections": { |
332 "type": "keyword" |
335 "type": "keyword" |
|
336 }, |
|
337 "resource_info": { |
|
338 "type": "object", |
|
339 "properties": { |
|
340 "author": { |
|
341 "type": "text" |
|
342 }, |
|
343 "drawer": { |
|
344 "type": "text" |
|
345 }, |
|
346 "colourist": { |
|
347 "type": "text" |
|
348 }, |
|
349 "lettering": { |
|
350 "type": "text" |
|
351 }, |
|
352 "producer": { |
|
353 "type": "text" |
|
354 }, |
|
355 "director": { |
|
356 "type": "text" |
|
357 }, |
|
358 "actors": { |
|
359 "type": "text" |
|
360 }, |
|
361 "editor": { |
|
362 "type": "text" |
|
363 }, |
|
364 "collection": { |
|
365 "type": "keyword" |
|
366 }, |
|
367 "series": { |
|
368 "type": "text" |
|
369 }, |
|
370 "editor_reference": { |
|
371 "type": "keyword" |
|
372 }, |
|
373 "isbn_number": { |
|
374 "type": "keyword" |
|
375 }, |
|
376 "summary": { |
|
377 "type": "object", |
|
378 "properties": { |
|
379 "en": { |
|
380 "type": "text" |
|
381 }, |
|
382 "fr": { |
|
383 "type": "text", |
|
384 "analyzer": "french", |
|
385 "search_analyzer": "french_search" |
|
386 } |
|
387 } |
|
388 }, |
|
389 "publisher_words": { |
|
390 "type": "object", |
|
391 "properties": { |
|
392 "en": { |
|
393 "type": "text" |
|
394 }, |
|
395 "fr": { |
|
396 "type": "text", |
|
397 "analyzer": "french", |
|
398 "search_analyzer": "french_search" |
|
399 } |
|
400 } |
|
401 } |
|
402 } |
333 } |
403 } |
334 } |
404 } |
335 } |
405 } |
336 } |
406 } |
337 } |
407 } |