@Beta
public interface IndexService
Modifier and Type | Method and Description |
---|---|
IndexSettings |
getIndexSettings(RepositoryId repositoryId,
IndexType indexType) |
boolean |
isMaster() |
void |
purgeSearchIndex(PurgeIndexParams params) |
ReindexResult |
reindex(ReindexParams params) |
UpdateIndexSettingsResult |
updateIndexSettings(UpdateIndexSettingsParams params) |
boolean isMaster()
UpdateIndexSettingsResult updateIndexSettings(UpdateIndexSettingsParams params)
IndexSettings getIndexSettings(RepositoryId repositoryId, IndexType indexType)
ReindexResult reindex(ReindexParams params)
void purgeSearchIndex(PurgeIndexParams params)