Hi,
I am having some 10000's messages in a file (consider emails in a pst file)
I need to create an index file to search the whole messages quickly. There would be some custom tags support for search too.(like "In subject Only", "In To field" etc)
Kindly let me know if anyone has a good approach for creating index file and corresponding search.
Google Desktop, Windows 7 instant file search, Outlook email search do pretty well
(with respect to my current program)
I have goggled this extensively about didn't get a right direction to proceed.
All what I have currently is an approach where I create tags and their file-pointer,and in table way and then do a fseek to it.
But I am not sure those would work effectively at the end of day.
All ideas welcome.
Thanks for any help in advance!