public interface Exporter
| Modifier and Type | Method and Description |
|---|---|
void |
exportToDeleteFromIndex(Collection<String> idsToDelete,
FacetSearchConfig facetSearchConfig,
IndexedType indexedType)
Methods delete solr documents from solr server.
|
void |
exportToUpdateIndex(Collection<SolrInputDocument> solrDocuments,
FacetSearchConfig facetSearchConfig,
IndexedType indexedType)
Method exports solrDocuments to indexer for update.
|
void exportToUpdateIndex(Collection<SolrInputDocument> solrDocuments, FacetSearchConfig facetSearchConfig, IndexedType indexedType) throws ExporterException
solrDocuments - facetSearchConfig - indexedType - ExporterExceptionvoid exportToDeleteFromIndex(Collection<String> idsToDelete, FacetSearchConfig facetSearchConfig, IndexedType indexedType) throws ExporterException
idsToDelete - solrDfacetSearchConfig - indexedType - ExporterExceptionCopyright © 2017 SAP SE. All Rights Reserved.