Desktop search engine using vb.net

Please support our VB.NET advertiser: Intel Parallel Studio Home
Reply

Join Date: Jun 2009
Posts: 5
Reputation: iCreator is an unknown quantity at this point 
Solved Threads: 0
iCreator iCreator is offline Offline
Newbie Poster

Desktop search engine using vb.net

 
0
  #1
Jun 22nd, 2009
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.
Reply With Quote Quick reply to this message  
Join Date: Jan 2006
Posts: 33
Reputation: SpectateSwamp is an unknown quantity at this point 
Solved Threads: 0
SpectateSwamp's Avatar
SpectateSwamp SpectateSwamp is offline Offline
Light Poster
 
0
  #2
Oct 7th, 2009
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.
Shoot shoot and shoot Video
Reply With Quote Quick reply to this message  
Reply

Message:


Thread Tools Search this Thread



Tag cloud for VB.NET
About Us | Contact Us | Advertise | DaniWeb | Acceptable Use Policy | RSS Feed

©2003 - 2009 DaniWeb® LLC