【发布时间】:2021-05-12 00:27:12
【问题描述】:
我打算使用 Elasticsearch 客户端 NEST 的分面搜索功能。不幸的是,似乎版本 2 引入了许多重大更改。特别是,消除与分面搜索相关的所有功能。除了使用 Elasticsearch 的原始 JSON API 之外,还有其他方法可以使用该功能吗?
https://www.elastic.co/guide/en/app-search/current/facets.html
【问题讨论】:
-
从 Elasticsearch 1.0 开始,Facets 被 Aggregations 取代
标签: c# .net elasticsearch .net-core nest