Interface HibernateSearchStandaloneManagementConfig


@ConfigMapping(prefix="quarkus.hibernate-search-standalone.management") @ConfigRoot(phase=BUILD_AND_RUN_TIME_FIXED) public interface HibernateSearchStandaloneManagementConfig
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    If management interface is turned on the reindexing endpoints will be published under the management interface.
    Root path for reindexing endpoints.
  • Method Details

    • rootPath

      @WithDefault("hibernate-search/standalone/") String 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`.