Interface SearchPlatformConfig

  • All Known Implementing Classes:
    LuceneConfig, OpenSearchConfig

    public interface SearchPlatformConfig
    Interface to expose search platform configuration
    Since:
    8.7
    • Method Detail

      • isSharedIndex

        boolean isSharedIndex()
        Indicate whether indices are shared between nodes in cluster
        Returns:
        true is indices are shared otherwise false
        Since:
        8.7.0