PDA

View Full Version : Dana's Search app



khaos
02-13-2010, 01:28 PM
Dana, thats a hot app. is it .NET? Are you scraping a search engine or using the API from one of the search engine guys?

dana_swift
02-13-2010, 08:02 PM
Joe, its .NET, but it does all the page parsing and creates the document model in my code, then I use the document model to extract the fields from the pages.

It starts at the forum root, and uses the last posting date to eliminate tree branches that can be ignored. So it only reads as many web pages as required to fulfill the request.

So I guess the answer is I put it together from scratch. I wrote most of it last weekend, and have been tweaking on it since.

Glad everybody likes it. That should cut down on my beer expenses for a while..

D

khaos
02-14-2010, 12:17 AM
It is very useful! I think it succinctly meets the needs!!! Thanks for sharing.