Skip to content

Commit

Permalink
HSEARCH-4051 Document path_prefix ES option
Browse files Browse the repository at this point in the history
  • Loading branch information
fax4ever authored and yrodiere committed Nov 2, 2020
1 parent baeea3c commit dd7f8c7
Showing 1 changed file with 9 additions and 0 deletions.
Expand Up @@ -102,6 +102,15 @@ hibernate.search.backend.protocol = http (default)

This property may be set to either `http` or `https`.

Optional you may provide a path prefix for the Elasticsearch instance.

[source]
----
hibernate.search.backend.path_prefix = # default empty string
----

The path will be added at each http request path, just after the protocol.

[[backend-elasticsearch-configuration-discovery]]
=== Node discovery

Expand Down

0 comments on commit dd7f8c7

Please sign in to comment.