Class IndexLogic
java.lang.Object
com.echothree.util.server.control.BaseLogic
com.echothree.model.control.index.server.logic.IndexLogic
-
Method Summary
Modifier and TypeMethodDescriptiongetIndexByName
(ExecutionErrorAccumulator eea, String indexName) static IndexLogic
void
reindex
(Session session, ExecutionErrorAccumulator eea, EntityType entityType) Request that a specific Index or that all Indexes should be reindexed.Methods inherited from class com.echothree.util.server.control.BaseLogic
addExecutionError, addSecurityMessage, getEntityInstanceByBaseEntity, getEntityInstanceByBasePK, getSession, handleExecutionError, handleSecurityMessage, hasExecutionErrors
-
Method Details
-
getInstance
-
getIndexByName
-
reindex
Request that a specific Index or that all Indexes should be reindexed.- Parameters:
eea
- the ExecutionErrorAccumulator that should gather any errors encountered during execution (Required)entityType
- the EntityType that should be reindexed. If null, all indexes will be reindexed (Optional)
-