954,517 Members — Technology Publication meets Social Media
Username:
Password:
Lost login information?
Have something to say? Contribute New Article Reply to this Article

Desktop search engine using vb.net

Hi!
I want to write code for searching files on local hard disk using index searching technique.I looked for it on internet, someone suggested that I should use B+ index searching technique.But I don't know how it can be implemented using B+ index searching technique.Can anybody tell me how it can be done? Any help will be greatly appreciated.

iCreator
Newbie Poster
5 posts since Jun 2009
Reputation Points: 10
Solved Threads: 0
 

I have an open source desktop search. Instead of indexed search. It does an append operation putting all the cls frm txt htm and other text format data into 1 huge file. Then search that file without any directory overhead. The file names seperates the data in the big file. That name is displayed in the form header. It's plenty fast. Searching at 20,000,000 cps and beyond. A key text search function is marching lines only versus context results. All matches hi-lited. Data extracts and more. Much more.

SpectateSwamp
Light Poster
43 posts since Jan 2006
Reputation Points: 10
Solved Threads: 0
 

This article has been dead for over three months

Post: Markdown Syntax: Formatting Help
You