public class SearchIndexAwareEntityIndexService extends LuceneEntityIndexService
Constructor and Description |
---|
SearchIndexAwareEntityIndexService() |
Modifier and Type | Method and Description |
---|---|
protected void |
doDropIndex(AbsoluteCodingSchemeVersionReference reference) |
SearchIndexService |
getSearchIndexService() |
void |
setSearchIndexService(SearchIndexService searchIndexService) |
void |
updateIndexForEntity(java.lang.String codingSchemeUri,
java.lang.String codingSchemeVersion,
Entity entity)
Update index for entity.
|
addEntityToIndex, createIndex, createIndex, deleteEntityFromIndex, doesIndexExist, dropIndex, getCodingSchemeKey, getCodingSchemeKey, getConcurrentMetaData, getDocumentById, getDocumentById, getDocumentFromCommonIndexById, getEntityIndexer, getIndexCreator, getIndexDaoManager, getIndexName, getIndexRegistry, getRegistry, getSystemResourceService, query, queryCommonIndex, setConcurrentMetaData, setEntityIndexer, setIndexCreator, setIndexDaoManager, setIndexRegistry, setRegistry, setSystemResourceService
public void updateIndexForEntity(java.lang.String codingSchemeUri, java.lang.String codingSchemeVersion, Entity entity)
EntityIndexService
updateIndexForEntity
in interface EntityIndexService
updateIndexForEntity
in class LuceneEntityIndexService
codingSchemeUri
- the coding scheme uricodingSchemeVersion
- the coding scheme versionentity
- the entityprotected void doDropIndex(AbsoluteCodingSchemeVersionReference reference)
doDropIndex
in class LuceneEntityIndexService
public SearchIndexService getSearchIndexService()
public void setSearchIndexService(SearchIndexService searchIndexService)