Ask HN: Books about full text search?
1–10 of 33 posts
Re: Ask HN: Books about full text search?
#2https://books.google.co.uk/books/about/Managing_Gigabytes.ht...
Old but good!
Re: Ask HN: Books about full text search?
#3Also "taming text"
Re: Ask HN: Books about full text search?
#4"Introduction to Information Retrieval" is a textbook which is available online https://nlp.stanford.edu/IR-book/ Here's a review: http://glinden.blogspot.com/2009/02/book-review-introduction...
Another textbook which IMHO is a bit lower level is "Information Retrieval: Implementing and Evaluating Search Engines". The book website is down for me right now, but you can find it on Amazon here: https://www.amazon.com/Information-Retrieval-Implementing-Ev...
Another commenter linked to "Relevant Search", which is great if you want to learn how to effectively use a search engine to improve relevance (as opposed to how to implement a search engine). It's old, but another book in that vein that was really helpful for me earlier in my career is Lucene in Action: https://www.amazon.com/Lucene-Action-Second-Covers-Apache/dp...
Re: Ask HN: Books about full text search?
#5https://www.manning.com/books/relevant-search Also "taming text"
Re: Ask HN: Books about full text search?
#6Re: Ask HN: Books about full text search?
#7* Introduction to Information Retrieval, http://informationretrieval.org/
* Information Retrieval in Practice, http://www.search-engines-book.com/
* Entity-Oriented Search, https://eos-book.org/
Modern Information Retrieval is also a classic reference. Not openly available but some contents are (were?) available online. Their site seems to be down but the Internet Archive has a copy.
Additional resources here:
* https://nlp.stanford.edu/IR-book/information-retrieval.html http://web.archive.org/web/20220708135205/http://grupoweb.up...
Re: Ask HN: Books about full text search?
#8The book mentioned there is Lucene in Action.
And then this YouTube presentation by a Lucene/Elasticsearch committer will give you a nice overview of some related algorithms—