See the following discussion thread: https://groups.google.com/d/topic/dspace-tech/PDrxOwkJIQI/discussion
The thread is a bit dated, but is shows that this function is not supported in either the UI or the command line tools. Here is some code that I run to perform this operation. You need to force the discovery index and the OAI index to be aware of the changes after you perform a move. - https://github.com/Georgetown-University-Libraries/batch-tools-custom/blob/master/bin/dspaceBatch.sh#L143-L164 Fortunately, since you are running DSpace 6, you can trigger the re-index of a specific community/collection from the command line. usage: org.dspace.discovery.IndexClient [-cbhf] | [-r <handle>] | [-i > <handle>] or nothing to > update/clean an existing index. > -b (re)build index, wiping out current one if > it exists > -c clean existing index removing any > documents that no longer exist in the db > -f if updating existing index, force each > handle to be reindexed even if uptodate > -h print this help message > -i <handle to add or update> add or update an Item, Collection or > Community based on its handle > -o optimize search core > -r <handle to remove> remove an Item, Collection or Community > from index based on its handle > -s Rebuild the spellchecker, can be combined > with -b and -f. On Thu, Jan 26, 2017 at 9:26 AM, Yuji Tosaka <[email protected]> wrote: > I would like to move an existing DSpace collection to be a part of a newly > created sub-community but am not sure how to do this. We use 6.0 (xmlui) > for our pilot IR that will be soft-launched soon. I would appreciate it if > anyone could point me to how this can be done. Thank you in advance. > > Yuji Tosaka > Cataloging/Metadata Librarian > The College of New Jersey > P.O. Box 7718 Ewing, NJ 08628-0718 > 609-711-2156 <(609)%20711-2156> > [email protected] > > -- > You received this message because you are subscribed to the Google Groups > "DSpace Community" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > To post to this group, send email to [email protected]. > Visit this group at https://groups.google.com/group/dspace-community. > For more options, visit https://groups.google.com/d/optout. > -- Terry Brady Applications Programmer Analyst Georgetown University Library Information Technology http://georgetown-university-libraries.github.io/ <https://www.library.georgetown.edu/lit/code> 425-298-5498 (Seattle, WA) -- You received this message because you are subscribed to the Google Groups "DSpace Community" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/dspace-community. For more options, visit https://groups.google.com/d/optout.
