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