Class HarmonizedTariffScheduleCodeIndexer
java.lang.Object
com.echothree.util.server.control.BaseLogic
com.echothree.model.control.index.server.indexer.BaseIndexer<HarmonizedTariffScheduleCode>
com.echothree.model.control.item.server.indexer.HarmonizedTariffScheduleCodeIndexer
- All Implemented Interfaces:
Closeable,AutoCloseable
-
Field Summary
Fields inherited from class com.echothree.model.control.index.server.indexer.BaseIndexer
appearanceControl, componentControl, coreControl, eea, entityAliasControl, entityAliasTypes, entityAttributes, entityType, entityTypeControl, eventControl, index, indexControl, indexStatus, indexWriter, language, log, tagControl, tagScopes, workflowControl -
Constructor Summary
ConstructorsConstructorDescriptionCreates a new instance of HarmonizedTariffScheduleCodeIndexer -
Method Summary
Modifier and TypeMethodDescriptionprotected org.apache.lucene.document.DocumentconvertToDocument(EntityInstance entityInstance, HarmonizedTariffScheduleCode harmonizedTariffScheduleCode) protected org.apache.lucene.analysis.Analyzerprotected HarmonizedTariffScheduleCodegetEntity(EntityInstance entityInstance) 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
-
HarmonizedTariffScheduleCodeIndexer
Creates a new instance of HarmonizedTariffScheduleCodeIndexer
-
-
Method Details
-
getAnalyzer
- Overrides:
getAnalyzerin classBaseIndexer<HarmonizedTariffScheduleCode>
-
getEntity
- Specified by:
getEntityin classBaseIndexer<HarmonizedTariffScheduleCode>
-
convertToDocument
protected org.apache.lucene.document.Document convertToDocument(EntityInstance entityInstance, HarmonizedTariffScheduleCode harmonizedTariffScheduleCode) - Specified by:
convertToDocumentin classBaseIndexer<HarmonizedTariffScheduleCode>
-