Hello.
We have our backup files that contain other files and want to create
crawler plugin for Google Desktop to index the content of the backuped
files. We almost implement this functionality, but has one difficulty
we can't workaround.
The search result at search page starts with the link to the indexed
file. We want to create this link using our own protocol scheme to
show backuped files inside our backup file, something like
arc://C:\test.tib\some_path\some_file.txt. Our plugin returns this URI
in File event as "uri" parameter. But crawler adds file:// scheme to
this link so we can't process our own scheme, search results has links
like file://arc://C:\test.tib\some_path\some_file.txt?...
Can anybody help us to find some workaround for this case so we can
process our own scheme?
Best regards,