1 message in com.googlegroups.google-desktop-developerIndexing files inside other files (li...
FromSent OnAttachments
sgladkov29 Nov 2007 08:57 
Subject:Indexing files inside other files (like archive, etc.)
From:sgladkov (j.@bk.ru)
Date:11/29/2007 08:57:36 AM
List:com.googlegroups.google-desktop-developer

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,