ElasticLINQ:使用LINQ查询以结果为.NET对象的Elasticsearch 源码
弹性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.
用户评论