Skip to content

Commit

Permalink
doc: fix docs generation
Browse files Browse the repository at this point in the history
  • Loading branch information
sdelamo committed Jan 10, 2024
1 parent 3c63e49 commit 7731196
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/docs/guide/configuration.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ elasticsearch:
httpHosts: "http://localhost:9200,http://127.0.0.2:9200"
----

See the API for api:.elasticsearch.DefaultElasticsearchConfigurationProperties[] for more information on the available configuration options.
See the API for api:elasticsearch.DefaultElasticsearchConfigurationProperties[] for more information on the available configuration options.

Once you have the above configuration in place then you can inject the `co.elastic.clients.elasticsearch.ElasticsearchClient`, the `co.elastic.clients.elasticsearch.ElasticsearchAsyncClient` or the `org.elasticsearch.client.RestClient` bean. The following is the simplest way to get Elasticsearch information using the ElasticsearchClient:

Expand Down

0 comments on commit 7731196

Please sign in to comment.