Re: [Dspace-tech] How to update Discovery index for a specific handle?

2015-08-18 Thread Alan Orth
Thanks for the responses, both. Actually I think I've just stumbled on a good strategy after considering your approaches and reading the linked discussions. For reference, in my case I was deleting a metadatavalue record with an invalid dc.date.issued value (here s.f. is Spanish for sin fecha /

Re: [Dspace-tech] How to update Discovery index for a specific handle?

2015-08-17 Thread Christian Scheible
Hi Alan, I think this should work: 1. changing the last_modified timestamp in the item tabel for the coresponding item 2. run [dspace]/bin/dspace index-discovery (this will update/clean the index) Regards Christian Am 17.08.2015 um 15:57 schrieb Alan Orth: Hi, When I edit items in the web

[Dspace-tech] How to update Discovery index for a specific handle?

2015-08-17 Thread Alan Orth
Hi, When I edit items in the web user interface, either by batch CSV upload or one by one in Edit this Item, DSpace updates the Discovery indexes for the item(s) in question. Sometimes I have to make changes in SQL directly, like to delete empty metadatavalues, and as far as I know the only way

Re: [Dspace-tech] How to update Discovery index for a specific handle?

2015-08-17 Thread Terry Brady
Alan, If your changes can be scoped to a specific community or collection, we have a process that will re-index a collection/community. We have present the user with a form that allows them to select either a community or a collection. We end up with 2 parameters - comm or coll -