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
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ a client can still be `new`'ed with no arguments
var lowLevelClient = new ElasticLowLevelClient();
----

Wich will default to a <<connection-pooling,`SingleNodeConnectionPool`>> talking to `http://localhost:9200`
Which will default to a <<connection-pooling,`SingleNodeConnectionPool`>> talking to `http://localhost:9200`

The next most common overload of the constructor is the one taking `ConnectionConfiguration`

Expand Down Expand Up @@ -495,4 +495,4 @@ class UpdateRequestParameters
- method: Replication
class ValidateQueryRequestParameters
- method: Q
----
----