Package | Description |
---|---|
lumis.portal.bigdata |
Provides big data related operations.
|
lumis.portal.bigdata.elasticsearch |
lumis.portal.bigdata implementation for using Elasticsearch. |
lumis.portal.bigdata.spi |
Interfaces that may be implemented to integrate the portal with a custom big data repository.
|
lumis.portal.project |
Modifier and Type | Method and Description |
---|---|
void |
IBigDataManager.addSynonym(ISynonym synonym)
Adds the given synonyms to be used during
document creation . |
void |
IBigDataManager.deleteSynonyms(String... synonymIds)
Removes the synonyms with the given identifiers.
|
ISynonym |
BigDataManager.getSynonymById(String synonymId) |
ISynonym |
IBigDataManager.getSynonymById(String synonymId)
Returns the synonym with the given identifier.
|
void |
IBigDataManager.updateSynonym(ISynonym synonym)
Updates the given synonyms to be used during
document creation . |
Modifier and Type | Method and Description |
---|---|
void |
ElasticsearchRepository.reloadSynonyms() |
Modifier and Type | Method and Description |
---|---|
void |
IBigDataRepositorySPI.reloadSynonyms()
Reloads the synonyms in this repository.
|
Modifier and Type | Method and Description |
---|---|
void |
IProjectManagerSPI.addProject(IProject project)
Adds the given project.
|
void |
ProjectManager.addProject(IProject project) |
void |
IProjectManagerSPI.deleteProjects(Collection<String> ids)
Deletes the projects with the given identifiers.
|
void |
ProjectManager.deleteProjects(Collection<String> ids) |
void |
IProjectManagerSPI.updateProject(IProject project)
Updates the given project.
|
void |
ProjectManager.updateProject(IProject project) |
LumisXP 12.4.0.200625 - Copyright © 2006–2020 Lumis EIP Tecnologia da Informação LTDA. All Rights Reserved.