elasticlinq

    1熱度

    1回答

    我有一個ElasticDatastore,我需要能夠根據業務邏輯中的任意條件返回文檔列表。 的方法目前看起來是這樣的...... private ElasticContext esLinq; private void initialise() { esLinq = new ElasticContext(new ElasticConnection(endpoint, index: in

    1熱度

    1回答

    我有這樣的代碼: var jobs3 = _provider.Context.Query<JobResults>() .Where(m => m.Groups.Any(y => userGroups.Contains(y.GroupName))) .ToList(); 這種方法可以讓我異常的稱號。我怎樣才能解決這個問題?有沒有辦法運行這種方法,而不使用任何?

    2熱度

    1回答

    我有一個問題,得到一個非常簡單的ElasticLinq搜索來返回結果。問題似乎是它將一個URL發送到ElasticSearch,對於搜索URL是不正確的。以下是我已經試過: var connection = new ElasticConnection(new Uri("http://localhost:9200"), index: "mytypes"); var context = new El