IndexesOperationsExtensions.Analyze メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
アナライザーがテキストをトークンに分割する方法を示します。 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
操作の追加パラメーター
戻り値
適用対象
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
Azure SDK for .NET