Fastest way to create search engine for discussion web site?
June 17, 2007 7:41 AM
Subscribe
What's the simplest, easiest, fastest way to create a search engine for a discussion website (in particular,
this one) which is NOT RUN by that website, but on another computer, and which recognizes as searchable/sortable fields: 1) the "board" the post is in, 2) the titles as well as the bodies of posts, and 3) the dates the posts were made? Oh, and it should update with new posts every few hours, say.
posted by shivohum to computers & internet (4 comments total)
1 user marked this as a favorite
If the answer is "no," then the simple and easy way is to write some software to scrape the site and parse the HTML every few hours, and then some more software to query the resulting index.
posted by majick at 8:28 AM on June 17, 2007