https://www.simple-talk.com/dotnet/net-development/how-to-build-a-search-page-with-elasticsearch-and-net/
pro
https://www.simple-talk.com/dotnet/net-development/how-to-build-a-search-page-with-elasticsearch-and-net/
pro
Elasticsearch.Net与NEST是Elasticsearch为C#提供的两套客户端驱动,方便C#调用Elasticsearch服务接口。Elasticsearch.Net:低级别的驱动接口
NEST:高级别
NEST - High level client 7.x
https://www.elastic.co/guide/en/elasticsearch/client/net-api/7.x/
在有搜索引擎之前,我们查文档常使用顺序匹配。我们需要在文档中顺序扫描,找到完全匹配的子句。
http://blog.csdn.net/fenglailea/article/details/55506775