@@ -33,7 +33,7 @@ OpenSearch::
3333The Elasticsearch backend works with OpenSearch 3.2 and 3.3, as well as other already compatible versions.
3434
3535[[pluggable-clients]]
36- === Pluggable Elasticsearch backend REST clients
36+ == Pluggable Elasticsearch backend REST clients
3737
3838This version of Hibernate Search introduces pluggable REST clients for the Elasticsearch backend.
3939Historically, the Elasticsearch backend relied on the Elasticsearch low-level REST client,
@@ -45,7 +45,7 @@ or when you need to use some distribution specific client features and for examp
4545Hibernate Search provides the following REST client options out of the box:
4646
4747[[backend-elasticsearch-configuration-client-elasticsearch-client-rest4]]
48- ==== Elasticsearch low level REST client (Apache HTTP Client 4)
48+ === Elasticsearch low level REST client (Apache HTTP Client 4)
4949
5050Coordinates::
5151GroupID::: `org.hibernate.search`
@@ -67,7 +67,7 @@ This Elasticsearch backend REST client is based on the newer Elasticsearch low l
6767which is also used in the `co.elastic.clients:elasticsearch-java`.
6868
6969[[backend-elasticsearch-configuration-client-elasticsearch-client-opensearch]]
70- ==== OpenSearch low level REST client (Apache HTTP Client 5)
70+ === OpenSearch low level REST client (Apache HTTP Client 5)
7171
7272Coordinates::
7373GroupID::: `org.hibernate.search`
@@ -81,7 +81,7 @@ of Hibernate Search we will remove the implicit dependency on `hibernate-search-
8181from the Elasticsearch backend.
8282
8383[[backend-elasticsearch-configuration-client-elasticsearch-client-jdk]]
84- ==== Simple REST client based on the JDKs `HttpClient`
84+ === Simple REST client based on the JDKs `HttpClient`
8585
8686Coordinates::
8787GroupID::: `org.hibernate.search`
0 commit comments