NEST - High level client
ElasticClient
作为一个高层客户端,提供了一个强类型的查询 DSL (领域专用语言),它与 Elasticsearch 的 查询 DSL 一一对应。
可以通过 Visual Studio 内置的程序包管理器控制台安装 NEST ,命令如下:
当然,也可以使用 程序包管理 GUI 工具来搜索安装。
NEST 内部使用 ElasticLowLevelClient
实现。ElasticLowLevelClient
是低层次的一个客户端,可以通过 Elasticsearch.NET 中 ElasticClient
对象的 LowLevel
属性来获得。
NEST 的自动推断功能有一些约定
- Index Names
- Building a URI path to one or more indices
- Field names 和 Property names
- Document IDs
- Building a URI path to a document
- API features
NEST 自定义了一些公共类型
还有一些其他的特性,例如