文件名称:ElasticLINQ:使用LINQ查询以结果为.NET对象的Elasticsearch
文件大小:1.86MB
文件格式:ZIP
更新时间:2024-03-12 05:34:08
c-sharp linq elasticsearch C#
弹性LINQ ElasticLINQ是免费的C#库,用于在.NET 4.5 / PCL中使用LINQ语法搜索Elasticsearch,例如 var db = new ElasticContext ( new ElasticConnection ( new Uri ( " http://myserver:9200 " ))); var p = db . Query < People>(). Where ( p => p . Tags . Contains ( " tech " ) && p . State == " WA " ); 有关入门, 。 Elasticsearch版本兼容性 0.9至1.x效果很好 2.x方面失败,其他查询通常有效 5.x开发中 目前不支持6.x 建物 二进制版本可通过或