| Package | Description |
|---|---|
| org.dspace.util |
Generally useful classes, not particularly tied to any other package.
|
| Modifier and Type | Method and Description |
|---|---|
static void |
SolrImportExport.exportIndex(String indexName,
File toDir,
String solrUrl,
String timeField)
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)
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,
boolean overwrite)
Import previously exported documents (or externally created CSV files that have the appropriate structure) into the specified index.
|
Copyright © 2016 DuraSpace. All Rights Reserved.