Hacker News new | ask | show | jobs
Ask HN: What resources are there for Search/Information retrieval?
1 points by johnbroccoli 4934 days ago
Other than going through the source code for Lucene/Solr, what books, articles or any other resources would you recommend that go over the theory/math/design of a Search system?
1 comments

Introduction to Information Retrieval by Manning, Raghavan, & Schutze is my favorite. Available here: http://nlp.stanford.edu/IR-book/
Awesome! This looks really useful.