在 Azure 搜索中索引 gzipped blob

Indexing gzipped blobs in Azure Search

我正在尝试通过 Azure Blob 设置 Azure 搜索。使用 gzip 压缩 blob。

当我尝试按原样索引 blob 时,出现异常:

"Error detecting index schema from data source: "处理内容类型为“”的 blob https://mystorageaccount.blob.core.windows.net/mycontainer/urlencodedname 时出错。 Status:UnsupportedMediaType,错误:“”

在 Azure 搜索中建立索引之前(或期间)是否有解压缩(gunzip)的方法?

Azure 搜索 blob 索引器不支持索引 ZIP 存档(application/zip MIME 类型),但不支持 gzip 压缩文件。 请随时在 Azure Search UserVoice 上添加建议。