Actions
Feature #5912
closedForce indexing on individual object[s]
Start date:
04/12/2013
Due date:
% Done:
0%
Estimated time:
Bugzilla-Id:
Description
Metacat-index should allow an administrator to force [re]indexing of any object in the system.
Updated by ben leinfelder over 11 years ago
- Status changed from New to Closed
There is now a Metacat servlet API action for this:
action=reindex&pid={pid}
where the pid parameter is optional. If omitted, all pids are reindexed (careful!).
Requires the user be logged in as the Metacat admin.
Actions