[Dspace-tech] Deleting Items Index Problem

2011-06-29 Thread Isaak, David C
Hello, I have a specific problem and a general question regarding best practices. Through the Admin UI, I recently deleted a collection to get rid of the collection and its constituent items and bitstreams. The items were successfully removed, but links in the author browse index persist.

Re: [Dspace-tech] Deleting Items Index Problem

2011-06-29 Thread Mark Diggory
David, You might try running *./**dspace** index-**init* to blow away and rebuild the whole browse index. In general the choice of withdraw vs delete is a question of if you want to retain the item and provide a tombstone for the item to users over the long term. If you do want that tombstone,

[Dspace-tech] Deleting items via bulk metadata editor?

2010-12-01 Thread Timo Aalto
Hi, Is it possible to somehow mark items for deletion when using the bulk metadata editor? I have an ultra-vague recollection from OR10 that this would be possible but didn't find any proof in the documentation. We had some duplicate items come up with our CRIS integration and it seems that the

Re: [Dspace-tech] Deleting items via bulk metadata editor?

2010-12-01 Thread Stuart Lewis
Hi Timo, Is it possible to somehow mark items for deletion when using the bulk metadata editor? I have an ultra-vague recollection from OR10 that this would be possible but didn't find any proof in the documentation. We had some duplicate items come up with our CRIS integration and it

[Dspace-tech] Deleting items in workflow

2007-04-10 Thread Donna Barber
Hi, Has anyone else encountered problems using the item importer to delete collections when some of the items are still in the workflow process? We imported over 100 items using the item importer (including the --workflow option), approved some of the items for submission to the collection,

[Dspace-tech] Deleting items

2007-04-05 Thread Mika Stenberg
Im creating a Java code for deleting all items under a collection. Sometimes when deleting an item I get a message saying: Exception: IndexReader out of date and no longer valid for delete, undelete, or setNorm operations Does Anyone know what is causing? I guess it is Lucene related? Thanks,