Uses of Class
de.hybris.platform.solrfacetsearch.indexer.exceptions.ExporterException
Packages that use ExporterException
Package
Description
-
Uses of ExporterException in com.hybris.backoffice.solrsearch.indexing
Methods in com.hybris.backoffice.solrsearch.indexing that throw ExporterExceptionModifier and TypeMethodDescriptionvoidBackofficeSolrIndexerDeleteJobTest.shouldDeleteSingleItemFromSolrIndex() -
Uses of ExporterException in de.hybris.platform.solrfacetsearch.indexer.impl
Methods in de.hybris.platform.solrfacetsearch.indexer.impl that throw ExporterExceptionModifier and TypeMethodDescriptionprotected voidXMLExporter.doExport(Collection<org.apache.solr.common.SolrInputDocument> solrDocuments, IndexConfig indexConfig, IndexedType indexedType, XMLExporter.ExportMode exportMode) voidSolrServerExporter.exportToDeleteFromIndex(Collection<String> idsToDelete, FacetSearchConfig facetSearchConfig, IndexedType indexedType) voidXMLExporter.exportToDeleteFromIndex(Collection<String> pksForDelete, FacetSearchConfig facetSearchConfig, IndexedType indexedType) voidSolrServerExporterTest.exportToDeleteWithDocuments()voidSolrServerExporterTest.exportToDeleteWithEmptyDocuments()voidSolrServerExporter.exportToUpdateIndex(Collection<org.apache.solr.common.SolrInputDocument> solrDocuments, FacetSearchConfig facetSearchConfig, IndexedType indexedType) voidXMLExporter.exportToUpdateIndex(Collection<org.apache.solr.common.SolrInputDocument> solrDocuments, FacetSearchConfig facetSearchConfig, IndexedType indexedType) voidSolrServerExporterTest.exportToUpdateWithDocuments()voidSolrServerExporterTest.exportToUpdateWithEmptyDocuments()protected StringXMLExporter.getExportDirPath(IndexConfig indexConfig) protected FileXMLExporter.prepareExportFile(String typeName, XMLExporter.ExportMode exportMode, String dirPath) protected voidXMLExporter.verifyCreateFolder(String path) protected voidXMLExporter.writeToXMLFile(String exportDirPath, Object jaxbDocument, IndexConfig indexConfig, String jaxbContext, String typeName, XMLExporter.ExportMode exportMode) -
Uses of ExporterException in de.hybris.platform.solrfacetsearch.indexer.spi
Methods in de.hybris.platform.solrfacetsearch.indexer.spi that throw ExporterExceptionModifier and TypeMethodDescriptionvoidExporter.exportToDeleteFromIndex(Collection<String> idsToDelete, FacetSearchConfig facetSearchConfig, IndexedType indexedType) Methods delete solr documents from solr server.voidExporter.exportToUpdateIndex(Collection<org.apache.solr.common.SolrInputDocument> solrDocuments, FacetSearchConfig facetSearchConfig, IndexedType indexedType) Method exports solrDocuments to indexer for update.