Package com.enonic.xp.index
Interface IndexService
-
@Beta public interface IndexService
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.util.Map<java.lang.String,java.lang.Object>
getIndexMapping(RepositoryId repositoryId, Branch branch, IndexType indexType)
IndexSettings
getIndexSettings(RepositoryId repositoryId, IndexType indexType)
boolean
isMaster()
void
purgeSearchIndex(PurgeIndexParams params)
ReindexResult
reindex(ReindexParams params)
UpdateIndexSettingsResult
updateIndexSettings(UpdateIndexSettingsParams params)
-
-
-
Method Detail
-
isMaster
boolean isMaster()
-
updateIndexSettings
UpdateIndexSettingsResult updateIndexSettings(UpdateIndexSettingsParams params)
-
getIndexSettings
IndexSettings getIndexSettings(RepositoryId repositoryId, IndexType indexType)
-
getIndexMapping
java.util.Map<java.lang.String,java.lang.Object> getIndexMapping(RepositoryId repositoryId, Branch branch, IndexType indexType)
-
reindex
ReindexResult reindex(ReindexParams params)
-
purgeSearchIndex
void purgeSearchIndex(PurgeIndexParams params)
-
-