Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 0 additions & 4 deletions new_docs/contents/nest/connecting.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,6 @@ This section describes how to instantiate a client and have it connect to the se
`NEST` follows pretty much the same design as `Elasticsearch.Net` when it comes to choosing
the right [connection strategy](/elasticsearch-net/connecting.html)

new ElasticClient();

will create a non failover client that talks to `http://localhost:9200`.

var uri = new Uri("http://mynode.somewhere.com/");
var settings = new ConnectionSettings(uri, defaultIndex: "my-application");

Expand Down