equal
deleted
inserted
replaced
72 } |
72 } |
73 } |
73 } |
74 } |
74 } |
75 }, |
75 }, |
76 "mappings": { |
76 "mappings": { |
77 "PyAMS_document": { |
77 "_doc": { |
78 "properties": { |
78 "properties": { |
79 "internal_id": { |
79 "internal_id": { |
80 "type": "keyword" |
80 "type": "keyword" |
81 }, |
81 }, |
82 "reference_id": { |
82 "reference_id": { |
411 "type": "keyword" |
411 "type": "keyword" |
412 }, |
412 }, |
413 "isbn_number": { |
413 "isbn_number": { |
414 "type": "keyword" |
414 "type": "keyword" |
415 }, |
415 }, |
|
416 "awards": { |
|
417 "type": "object", |
|
418 "properties": { |
|
419 "en": { |
|
420 "type": "text" |
|
421 }, |
|
422 "fr": { |
|
423 "type": "text", |
|
424 "analyzer": "french", |
|
425 "search_analyzer": "french_search" |
|
426 } |
|
427 } |
|
428 }, |
416 "summary": { |
429 "summary": { |
|
430 "type": "object", |
|
431 "properties": { |
|
432 "en": { |
|
433 "type": "text" |
|
434 }, |
|
435 "fr": { |
|
436 "type": "text", |
|
437 "analyzer": "french", |
|
438 "search_analyzer": "french_search" |
|
439 } |
|
440 } |
|
441 }, |
|
442 "synopsis": { |
417 "type": "object", |
443 "type": "object", |
418 "properties": { |
444 "properties": { |
419 "en": { |
445 "en": { |
420 "type": "text" |
446 "type": "text" |
421 }, |
447 }, |