mirror of
https://github.com/spring-projects/spring-data-elasticsearch.git
synced 2025-06-14 16:12:11 +00:00
Documentation fix.
Original Pull Request #1663 Closes #1662 (cherry picked from commit 1aabb42355e07f9d6e65a2a0d02569b3a0f01a2d)
This commit is contained in:
parent
ce67d8145d
commit
ef2600f091
@ -154,7 +154,7 @@ httpHeaders.add("some-header", "on every request") <1>
|
|||||||
|
|
||||||
ClientConfiguration clientConfiguration = ClientConfiguration.builder()
|
ClientConfiguration clientConfiguration = ClientConfiguration.builder()
|
||||||
.connectedTo("localhost:9200", "localhost:9291") <2>
|
.connectedTo("localhost:9200", "localhost:9291") <2>
|
||||||
.useSsl() <3>
|
.usingSsl() <3>
|
||||||
.withProxy("localhost:8888") <4>
|
.withProxy("localhost:8888") <4>
|
||||||
.withPathPrefix("ela") <5>
|
.withPathPrefix("ela") <5>
|
||||||
.withConnectTimeout(Duration.ofSeconds(5)) <6>
|
.withConnectTimeout(Duration.ofSeconds(5)) <6>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user