Open
Description
Inspired by the limitation of irods/irods#6422 ...
Provide rules/wrappers which expose the following two functions to any rule language ... these could be called within the server to schedule an indexing event upon request.
idx.schedule_metadata_indexing_event(
logical_path,
_rei->rsComm->clientUser.userName,
attribute,
value,
units);
and
idx.schedule_full_text_indexing_event(
object_path,
_rei->rsComm->clientUser.userName,
resource_name);