Which elasticsearch c#/.net client do you recommend ?
1 - Nest : https://github.com/Mpdreamz/NEST/commits/master
2 - elasticsearch.net : https://github.com/medcl/ElasticSearch.Net/commits/master
my best,
Serdar
|
Which elasticsearch c#/.net client do you recommend ? 1 - Nest : https://github.com/Mpdreamz/NEST/commits/master 2 - elasticsearch.net : https://github.com/medcl/ElasticSearch.Net/commits/master my best, Serdar
| |||
|
feedback
|
This question is not a good fit to our Q&A format. We expect answers to generally involve facts, references, or specific expertise; this question will likely solicit opinion, debate, arguments, polling, or extended discussion. See the FAQ for guidance on how to improve it.
|
IMHO, I think both still need more work as they don't have complete coverage of the ElasticSearch REST API, percolate and complete Query DSLs being the most conspicuous missing. Having used NEST I think that is more suitable if you want strongly typed results:-
where as ElasticSearch.Net you get back something like:-
Whilst both APIs are missing features, they are on github so you can fork and help fill in the missing features. I chose in the end to generate my own simple client from the thrift IDL | |||||||||||||
feedback
|