public interface AssertedValueSetSearchIndexService extends SearchIndexService
Modifier and Type | Method and Description |
---|---|
void |
addEntityToIndex(java.lang.String codingSchemeUri,
java.lang.String codingSchemeVersion,
java.lang.String vsURI,
java.lang.String vsName,
Entity entity)
Adds an entity to the index targeted by source coding scheme and defined
further by the value set URI
|
void |
deleteEntityFromIndex(java.lang.String codingSchemeUri,
java.lang.String codingSchemeVersion,
java.lang.String vsURI,
java.lang.String vsName,
Entity entity)
Deletes an entity to the index targeted by source coding scheme and defined
further by the value set URI
|
void |
updateIndexForEntity(java.lang.String codingSchemeUri,
java.lang.String codingSchemeVersion,
java.lang.String vsURI,
java.lang.String vsName,
Entity entity)
Updates an indexed entity by first deleting the old entity, then adding the
new entity
|
addEntityToIndex, createIndex, deleteEntityFromIndex, doesIndexExist, dropIndex, getAnalyzer, getById, getById, query, updateIndexForEntity
void updateIndexForEntity(java.lang.String codingSchemeUri, java.lang.String codingSchemeVersion, java.lang.String vsURI, java.lang.String vsName, Entity entity)
codingSchemeUri
- - source asserted value set source system uricodingSchemeVersion
- - source asserted value set source system versionvsURI
- - coding scheme representation of value set URIvsName
- - coding scheme representation of value set nameentity
- - full entity representation of a value in a value setvoid addEntityToIndex(java.lang.String codingSchemeUri, java.lang.String codingSchemeVersion, java.lang.String vsURI, java.lang.String vsName, Entity entity)
codingSchemeUri
- - source asserted value set source system uricodingSchemeVersion
- - source asserted value set source system versionvsURI
- - coding scheme representation of value set URIvsName
- - coding scheme representation of value set nameentity
- - full entity representation of a value in a value setvoid deleteEntityFromIndex(java.lang.String codingSchemeUri, java.lang.String codingSchemeVersion, java.lang.String vsURI, java.lang.String vsName, Entity entity)
codingSchemeUri
- - source asserted value set source system uricodingSchemeVersion
- - source asserted value set source system versionvsURI
- - coding scheme representation of value set URIvsName
- - coding scheme representation of value set nameentity
- - full entity representation of a value in a value set