All Known Subinterfaces:
SearchPlatformConfig
All Known Implementing Classes:
LuceneConfig, OpenSearchConfig

public interface SearchInfo
Information about Confluence's search configuration
Since:
8.9
  • Method Details

    • searchPlatform

      SearchPlatform searchPlatform()
      Returns:
      the search platform configured on this instance
    • getLuceneInfo

      default Optional<SearchInfo.LuceneInfo> getLuceneInfo()
      Returns:
      the Lucene information if this instance is configured with Lucene, otherwise empty
    • getOpenSearchInfo

      default Optional<SearchInfo.OpenSearchInfo> getOpenSearchInfo()
      Returns:
      the OpenSearch information if this instance is configured with OpenSearch, otherwise empty