Uses of Class
org.dspace.util.SolrImportExportException
Packages that use SolrImportExportException
Package
Description
Generally useful classes, not particularly tied to any other package.
-
Uses of SolrImportExportException in org.dspace.util
Methods in org.dspace.util that throw SolrImportExportExceptionModifier and TypeMethodDescriptionstatic voidSolrImportExport.exportIndex(String indexName, File toDir, String solrUrl, String timeField, boolean overwrite) Exports all documents in the given index to the specified target directory in batches of #ROWS_PER_FILE.static voidSolrImportExport.exportIndex(String indexName, File toDir, String solrUrl, String timeField, String fromWhen, boolean overwrite) Exports documents from the given index to the specified target directory in batches of #ROWS_PER_FILE, starting at fromWhen (or all documents).static voidSolrImportExport.importIndex(String indexName, File fromDir, String solrUrl, boolean clear) Import previously exported documents (or externally created CSV files that have the appropriate structure) into the specified index.