When would there be a need to run index-update? What is it's purpose? -----Original Message----- From: Mark Diggory [mailto:[EMAIL PROTECTED] Sent: Thursday, July 31, 2008 3:38 PM To: Blanco, Jose Cc: [email protected] Subject: Re: [Dspace-tech] index-update
Is not that easy, unfortunately those scripts are sensitive to the last modified timestamps on the items, and it just doesn't work that cleanly to update the search indexes if your manipulating the db underneath the covers like this. Instead you'll want to completely rebuild your search and browse indexes with index-init when your doing such a low level manipulation. -Mark On Jul 31, 2008, at 12:19 PM, Blanco, Jose wrote: > I sometimes need to update a slew of metadata in the metadatavalue > table using a perl script, rather than the interface ( which would > take too long ). In version 1.4 whenever I did this I ran index-all > right afterwards. I think that in version 1.5, I need to run > index-update. > Is this correct? > > Thank you! > Jose > > ---------------------------------------------------------------------- > --- > This SF.Net email is sponsored by the Moblin Your Move Developer's > challenge Build the coolest Linux based applications with Moblin SDK & > win great prizes Grand prize is a trip for two to an Open Source event > anywhere in the world > http://moblin-contest.org/redirect.php?banner_id=100&url=/ > _______________________________________________ > DSpace-tech mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/dspace-tech ------------------------------------------------------------------------- This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux based applications with Moblin SDK & win great prizes Grand prize is a trip for two to an Open Source event anywhere in the world http://moblin-contest.org/redirect.php?banner_id=100&url=/ _______________________________________________ DSpace-tech mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/dspace-tech

