From RC1 release, there are 3 implementations of IConnection available:
Elasticsearch.Net.Connection.HttpConnection
Elasticsearch.Net.Connection.Thrift.ThriftConnection
Elasticsearch.Net.Connection.HttpClientConnection
@Mpdreamz I am not sure about your plans about last implementation, should it be always used instead of HttpConnection or not.
Anyway at this time last implementation are not provided with NuGet package - separate package like Elasticsearch.Net.Connection.Thrift or as a part of NEST package.
Please provide last implementation of IConnection by NuGet package