Relative Content

Tag Archive for azureazure-cognitive-search

Azure Cognitive Search boost boolean field

I’m looking to boost results where a boolean field is true. I have a scoring profile set up for my string values which works great. However, I’ve not found a way to boost if the boolean field has a true value in the scoring profile or outside of the scoring profile. I’ve tried adding it in the search parameter like so:

Azure Function Trigger Not Processing Images in PDFs Correctly

I’m encountering an issue with my Azure Function trigger, which processes files uploaded to Azure Blob Storage and indexes them into Azure Cognitive Search. The function works perfectly for most file types (e.g., standalone images, DOCX, CSV), but it fails to correctly process images embedded within PDFs.