你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
IndexingParametersExtensions.ParseJson(IndexingParameters) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
告知索引器假定所有 Blob 都包含 JSON,然后分析 JSON,使每个 Blob 的 JSON 映射到搜索索引中的单个文档。 有关详细信息,请参阅https://docs.microsoft.com/azure/search/search-howto-index-json-blobs/。
public static Microsoft.Azure.Search.Models.IndexingParameters ParseJson (this Microsoft.Azure.Search.Models.IndexingParameters parameters);
static member ParseJson : Microsoft.Azure.Search.Models.IndexingParameters -> Microsoft.Azure.Search.Models.IndexingParameters
<Extension()>
Public Function ParseJson (parameters As IndexingParameters) As IndexingParameters
参数
- parameters
- IndexingParameters
要配置的 IndexingParameters。
返回
IndexingParameters 实例。
注解
此选项仅适用于索引Azure Blob 存储的索引器。