Interface SearchInfo
- All Known Subinterfaces:
SearchPlatformConfig
- All Known Implementing Classes:
LuceneConfig
,OpenSearchConfig
public interface SearchInfo
Information about Confluence's search configuration
- Since:
- 8.9
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic interface
Information about Lucene configurationstatic interface
Information about OpenSearch configuration -
Method Summary
Modifier and TypeMethodDescriptiondefault Optional<SearchInfo.LuceneInfo>
default Optional<SearchInfo.OpenSearchInfo>
-
Method Details
-
searchPlatform
SearchPlatform searchPlatform()- Returns:
- the search platform configured on this instance
-
getLuceneInfo
- Returns:
- the Lucene information if this instance is configured with Lucene, otherwise empty
-
getOpenSearchInfo
- Returns:
- the OpenSearch information if this instance is configured with OpenSearch, otherwise empty
-