私はAzure Searchの周りにC#nugetラッパーを使用しています。私の問題は、私は製品のインデックスを持っている: public class ProductDocument
{
[System.ComponentModel.DataAnnotations.Key]
public string Key { get; set; }
[IsSearchable]
私たちは実際の環境でのみ発生する紺碧の検索では非常に奇妙な問題に直面しています。 これはコード var aaa= new SearchServiceClient("name", new SearchCredentials("XXX"));
直接コントローラの下でコードの文字通り1行、次のメッセージで改ページです:私たちはAzure.Search v4.0.0.0を使用している [Ambiguo