Yes you can specify the field mapping to use the custom blob property. Field mapping allows you to extract and map data from your blob properties into your search index fields.
"fieldMappings": [
{ "sourceFieldName": "/metadata_title", // Specify the path to the custom blob property "targetFieldName": "metadata_title" // Specify the target field in your search index } ]
If this helps kindly accept the answer thanks much.