TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Ask HN: Is there any one book or resource on search engine development & theory?

4 点作者 rneufeld将近 16 年前
I'm working on a search engine for a web application I am developing and realized I really didn't know that much about making search engines. I've taken a bit of AI & Expert Systems in school but never really run into any books specifically on developing search engines. Do any such books exist? If so, recommendations?

3 条评论

rmobin将近 16 年前
Gred Linden likes Introduction to Information Retrieval: <a href="http://www-csli.stanford.edu/~hinrich/information-retrieval-book.html" rel="nofollow">http://www-csli.stanford.edu/~hinrich/information-retrieval-...</a> (free online).
xinsight将近 16 年前
This article gives a wonderful overview of the challenges:<p>"Why Writing Your Own Search Engine Is Hard" <a href="http://queue.acm.org/detail.cfm?id=988407" rel="nofollow">http://queue.acm.org/detail.cfm?id=988407</a><p>(site is down currently.) google cache: <a href="http://74.125.95.132/search?q=cache:13tlOSQwtjAJ:queue.acm.org/detail.cfm%3Fid%3D988407+writing+a+search+engine+is+hard&#38;cd=1&#38;hl=en&#38;ct=clnk&#38;client=safari" rel="nofollow">http://74.125.95.132/search?q=cache:13tlOSQwtjAJ:queue.acm.o...</a>
michael_dorfman将近 16 年前
There are some ACM/IEEE journals that have relevant papers, but you have to ask yourself: is reinventing the wheel what you really want to be doing? Given that there are lots of available COTS solutions, shouldn't you be focusing on things that are unique to your app?<p>(Needless to say, if the search engine needs <i>are</i> unique to your app, and a COTS solution isn't viable, you might want to bring in someone with relevant expertise.)
评论 #680822 未加载