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

    Modifier and Type
    Method
    Description
    static void
    SolrImportExport.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 void
    SolrImportExport.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 void
    SolrImportExport.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.