I need to create client side search engine for an offline html application in offline storage like CDROM. I already create it with Win32 and the catalog file is near 2GB (MDB file).
My offline web application use CEF (Chromium Embedded Framework) and PhoneGAP so I can disable the browser web security. I thought the IndexedDB may help me but , I couldn't find anyway to copy the storage file to other media.
Is there any HTML5 big storage system available (I can disable web security by PhoneGAP) to create offline HTML application search catalog that can be copied to other removable media?
Reyes is doing a fulltext search engine for this exact purpose : https://github.com/reyesr/fullproof
During last september Paris JS, he did a presentation of the concepts behind : http://kornr.net/prez/paris.js22/#/
Hope it answers your need.