Class EntityAttributeGroupIndexer
java.lang.Object
com.echothree.util.server.control.BaseLogic
com.echothree.model.control.index.server.indexer.BaseIndexer<EntityAttributeGroup>
com.echothree.model.control.core.server.indexer.EntityAttributeGroupIndexer
- All Implemented Interfaces:
Closeable,AutoCloseable
-
Field Summary
Fields inherited from class com.echothree.model.control.index.server.indexer.BaseIndexer
appearanceControl, componentControl, eea, entityAliasControl, entityAliasTypes, entityAttributes, entityType, entityTypeControl, eventControl, index, indexControl, indexStatus, indexWriter, language, log, tagControl, tagScopes, workflowControlFields inherited from class com.echothree.util.server.control.BaseLogic
coreControl -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected org.apache.lucene.document.DocumentconvertToDocument(EntityInstance entityInstance, EntityAttributeGroup entityAttributeGroup) protected org.apache.lucene.analysis.Analyzerprotected EntityAttributeGroupgetEntity(EntityInstance entityInstance) setup(ExecutionErrorAccumulator eea, Index index) Methods inherited from class com.echothree.model.control.index.server.indexer.BaseIndexer
addEntityInstanceFieldsToDocument, addEntityInstanceToDocument, addEntityToIndex, close, closeIndexWriter, forceReindex, getEntityType, getIndex, newDocumentWithEntityInstanceFields, open, openIndexWriter, removeEntityFromIndex, updateIndexMethods inherited from class com.echothree.util.server.control.BaseLogic
addExecutionError, addSecurityMessage, getEntityInstanceByBaseEntity, getEntityInstanceByBasePK, getSession, handleExecutionError, handleSecurityMessage, hasExecutionErrors
-
Constructor Details
-
EntityAttributeGroupIndexer
public EntityAttributeGroupIndexer()
-
-
Method Details
-
setup
- Overrides:
setupin classBaseIndexer<EntityAttributeGroup>
-
getAnalyzer
- Overrides:
getAnalyzerin classBaseIndexer<EntityAttributeGroup>
-
getEntity
- Specified by:
getEntityin classBaseIndexer<EntityAttributeGroup>
-
convertToDocument
protected org.apache.lucene.document.Document convertToDocument(EntityInstance entityInstance, EntityAttributeGroup entityAttributeGroup) - Specified by:
convertToDocumentin classBaseIndexer<EntityAttributeGroup>
-