|
Lines 282-287
sub raw_elasticsearch_mappings {
Link Here
|
| 282 |
$mappings->{ $marc_map->index_name }{ $search_field->name }{type} = $search_field->type; |
282 |
$mappings->{ $marc_map->index_name }{ $search_field->name }{type} = $search_field->type; |
| 283 |
$mappings->{ $marc_map->index_name }{ $search_field->name }{facet_order} = $search_field->facet_order if defined $search_field->facet_order; |
283 |
$mappings->{ $marc_map->index_name }{ $search_field->name }{facet_order} = $search_field->facet_order if defined $search_field->facet_order; |
| 284 |
$mappings->{ $marc_map->index_name }{ $search_field->name }{weight} = $search_field->weight if defined $search_field->weight; |
284 |
$mappings->{ $marc_map->index_name }{ $search_field->name }{weight} = $search_field->weight if defined $search_field->weight; |
|
|
285 |
$mappings->{ $marc_map->index_name }{ $search_field->name }{opac} = $search_field->opac if defined $search_field->opac; |
| 286 |
$mappings->{ $marc_map->index_name }{ $search_field->name }{staff_client} = $search_field->staff_client if defined $search_field->staff_client; |
| 285 |
|
287 |
|
| 286 |
push (@{ $mappings->{ $marc_map->index_name }{ $search_field->name }{mappings} }, |
288 |
push (@{ $mappings->{ $marc_map->index_name }{ $search_field->name }{mappings} }, |
| 287 |
{ |
289 |
{ |
| 288 |
- |
|
|