Hacker News new | ask | show | jobs
by henning 6193 days ago
Sounds cool. Hack something up and push it to github/Google Code/whatever so we can see the commits. :)

I would be extremely proud of myself to get high quality search in place in one weekend.

1 comments

Don't projects like Lucene make full text search really easy?
Lucene helps a lot, but searching for technical information is different from general information retrieval. That general purpose search engines are inadequate are stackoverflow's reason for being, after all.

It just takes testing and tuning with real data to get it right.