Interface HibernateSearchStandaloneManagementConfig
@ConfigMapping(prefix="quarkus.hibernate-search-standalone.management")
@ConfigRoot(phase=BUILD_AND_RUN_TIME_FIXED)
public interface HibernateSearchStandaloneManagementConfig
-
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`.
-