You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Rename AnalyzeRequest to AnalyzeTextOptions. SearchIndexClient.AnalyzeText should look like: AnalyzeText(string indexName, AnalyzeTextOptions options, ...).
Add constructor overloads or other initialization helpers to require text, and either analyer or tokenizer (or, if you want, analyzerName, and tokenizerName, though I'll open up a separate issue for that).