次の方法で共有


IndexingParametersExtensions.ParseJsonArrays メソッド

定義

すべての BLOB に JSON 配列が含まれていることを想定するようにインデクサーに指示します。これにより、各配列内の各 JSON オブジェクトが検索インデックス内の 1 つのドキュメントにマップされるように解析されます。 詳細については、https://docs.microsoft.com/azure/search/search-howto-index-json-blobs を参照してください。

public static Microsoft.Azure.Search.Models.IndexingParameters ParseJsonArrays (this Microsoft.Azure.Search.Models.IndexingParameters parameters, string documentRoot = default);
static member ParseJsonArrays : Microsoft.Azure.Search.Models.IndexingParameters * string -> Microsoft.Azure.Search.Models.IndexingParameters
<Extension()>
Public Function ParseJsonArrays (parameters As IndexingParameters, Optional documentRoot As String = Nothing) As IndexingParameters

パラメーター

parameters
IndexingParameters

構成する IndexingParameters。

documentRoot
String

各 BLOB の最上位の JSON プロパティでない場合に JSON 配列を検索する方法をインデクサーに指示する省略可能な JSON ポインター。 このパラメーターが null または空の場合、インデクサーは、JSON 配列が各 BLOB の最上位の JSON プロパティにあると想定します。 既定値は Null です。

戻り値

IndexingParameters インスタンス。

注釈

このオプションは、Azure Blob Storageインデックスを作成するインデクサーにのみ適用されます。

適用対象