Interface HibernateSearchElasticsearchBuildTimeConfigManagement
public interface HibernateSearchElasticsearchBuildTimeConfigManagement
-
Method Summary
-
Method Details
-
rootPath
Root path for reindexing endpoints. This value will be resolved as a path relative to `${quarkus.management.root-path}`. -
enabled
@WithDefault("false") boolean enabled()If management interface is turned on the reindexing endpoints will be published under the management interface. This property allows to enable this functionality by setting it to ``true`.
-