Interface HibernateSearchElasticsearchBuildTimeConfigManagement


public interface HibernateSearchElasticsearchBuildTimeConfigManagement
  • 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/") 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`.