Class ContentCategoryIndexer
java.lang.Object
com.echothree.util.server.control.BaseLogic
com.echothree.model.control.index.server.indexer.BaseIndexer<ContentCategory>
com.echothree.model.control.content.server.indexer.ContentCategoryIndexer
- 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
ConstructorsConstructorDescriptionContentCategoryIndexer
(ExecutionErrorAccumulator eea, Index index) Creates a new instance of ContentCategoryIndexer -
Method Summary
Modifier and TypeMethodDescriptionprotected org.apache.lucene.document.Document
convertToDocument
(EntityInstance entityInstance, ContentCategory contentCategory) protected org.apache.lucene.analysis.Analyzer
protected ContentCategory
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
-
ContentCategoryIndexer
Creates a new instance of ContentCategoryIndexer
-
-
Method Details
-
getAnalyzer
- Overrides:
getAnalyzer
in classBaseIndexer<ContentCategory>
-
getEntity
- Specified by:
getEntity
in classBaseIndexer<ContentCategory>
-
convertToDocument
protected org.apache.lucene.document.Document convertToDocument(EntityInstance entityInstance, ContentCategory contentCategory) - Specified by:
convertToDocument
in classBaseIndexer<ContentCategory>
-