Interface IndexingConfiguration

All Known Implementing Classes:
IndexingConfiguration.PropertiesAdapter, MockIndexingConfiguration

public interface IndexingConfiguration
Used to access the indexing configuration.
Since:
v4.0
  • Method Details

    • getIndexLockWaitTime

      int getIndexLockWaitTime()
    • getMaxReindexes

      int getMaxReindexes()
    • getIssuesToForceOptimize

      int getIssuesToForceOptimize()
    • isIndexAvailable

      @Deprecated(since="10.4", forRemoval=true) boolean isIndexAvailable()
      Deprecated, for removal: This API element is subject to removal in a future version.
      It's Lucene specific, no longer relevant for OpenSearch. No replacement.
    • disableIndex

      void disableIndex()
    • enableIndex

      void enableIndex()