1

我一直在使用 sense 来运行 Elasticsearch 查询,我发现它很容易使用,因为网上有很多信息。

但是我现在如何在 Visual Studio 之类的地方运行这些查询,在 C# 中有什么想法吗?

谢谢

4

1 回答 1

3

您可以在 .Net 中使用 Nest 库

文档:https ://www.elastic.co/guide/en/elasticsearch/client/net-api/2.x/index.html

Github:https ://github.com/elastic/elasticsearch-net

Nuget:https ://www.nuget.org/packages/Nest

于 2016-09-18T18:21:46.320 回答