Lines 273-278
sub raw_elasticsearch_mappings {
Link Here
|
273 |
$mappings->{ $marc_map->index_name }{ $search_field->name }{label} = $search_field->label; |
273 |
$mappings->{ $marc_map->index_name }{ $search_field->name }{label} = $search_field->label; |
274 |
$mappings->{ $marc_map->index_name }{ $search_field->name }{type} = $search_field->type; |
274 |
$mappings->{ $marc_map->index_name }{ $search_field->name }{type} = $search_field->type; |
275 |
$mappings->{ $marc_map->index_name }{ $search_field->name }{facet_order} = $search_field->facet_order; |
275 |
$mappings->{ $marc_map->index_name }{ $search_field->name }{facet_order} = $search_field->facet_order; |
|
|
276 |
$mappings->{ $marc_map->index_name }{ $search_field->name }{weight} = $search_field->weight || undef; |
276 |
|
277 |
|
277 |
push (@{ $mappings->{ $marc_map->index_name }{ $search_field->name }{mappings} }, |
278 |
push (@{ $mappings->{ $marc_map->index_name }{ $search_field->name }{mappings} }, |
278 |
{ |
279 |
{ |
279 |
- |
|
|