IndexesOperationsExtensions.Analyze メソッド

定義

アナライザーがテキストをトークンに分割する方法を示します。 https://docs.microsoft.com/rest/api/searchservice/test-analyzer

public static Microsoft.Azure.Search.Models.AnalyzeResult Analyze (this Microsoft.Azure.Search.IIndexesOperations operations, string indexName, Microsoft.Azure.Search.Models.AnalyzeRequest request, Microsoft.Azure.Search.Models.SearchRequestOptions searchRequestOptions = default);
static member Analyze : Microsoft.Azure.Search.IIndexesOperations * string * Microsoft.Azure.Search.Models.AnalyzeRequest * Microsoft.Azure.Search.Models.SearchRequestOptions -> Microsoft.Azure.Search.Models.AnalyzeResult
<Extension()>
Public Function Analyze (operations As IIndexesOperations, indexName As String, request As AnalyzeRequest, Optional searchRequestOptions As SearchRequestOptions = Nothing) As AnalyzeResult

パラメーター

operations
IIndexesOperations

この拡張メソッドの操作グループ。

indexName
String

アナライザーをテストするインデックスの名前。

request
AnalyzeRequest

テストするテキストおよびアナライザーまたは分析コンポーネント。

searchRequestOptions
SearchRequestOptions

操作の追加パラメーター

戻り値

適用対象