Class ContactMechanismIndexer
java.lang.Object
com.echothree.util.server.control.BaseLogic
com.echothree.model.control.index.server.indexer.BaseIndexer<ContactMechanism>
com.echothree.model.control.contact.server.indexer.ContactMechanismIndexer
- All Implemented Interfaces:
Closeable
,AutoCloseable
-
Field Summary
Fields inherited from class com.echothree.model.control.index.server.indexer.BaseIndexer
coreControl, eea, entityAliasTypes, entityAttributes, entityType, index, indexControl, indexStatus, indexWriter, language, log, tagControl, tagScopes, workflowControl
-
Constructor Summary
ConstructorsConstructorDescriptionContactMechanismIndexer
(ExecutionErrorAccumulator eea, Index index) Creates a new instance of ContactMechanismIndexer -
Method Summary
Modifier and TypeMethodDescriptionprotected org.apache.lucene.document.Document
convertToDocument
(EntityInstance entityInstance, ContactMechanism contactMechanism) protected org.apache.lucene.analysis.Analyzer
protected ContactMechanism
getEntity
(EntityInstance entityInstance) Methods inherited from class com.echothree.model.control.index.server.indexer.BaseIndexer
addEntityToIndex, close, closeIndexWriter, forceReindex, getEntityType, getIndex, newDocumentWithEntityInstanceFields, open, openIndexWriter, removeEntityFromIndex, updateIndex
Methods inherited from class com.echothree.util.server.control.BaseLogic
addExecutionError, addSecurityMessage, getEntityInstanceByBaseEntity, getEntityInstanceByBasePK, getSession, handleExecutionError, handleSecurityMessage, hasExecutionErrors
-
Constructor Details
-
ContactMechanismIndexer
Creates a new instance of ContactMechanismIndexer
-
-
Method Details
-
getAnalyzer
- Overrides:
getAnalyzer
in classBaseIndexer<ContactMechanism>
-
getEntity
- Specified by:
getEntity
in classBaseIndexer<ContactMechanism>
-
convertToDocument
protected org.apache.lucene.document.Document convertToDocument(EntityInstance entityInstance, ContactMechanism contactMechanism) - Specified by:
convertToDocument
in classBaseIndexer<ContactMechanism>
-