https://www.youtube.com/playlist?list=PLoROMvodv4rOSH4v6133s...
Ask HN: Books about full text search?
21–30 of 33 posts
Re: Ask HN: Books about full text search?
#22Re: Ask HN: Books about full text search?
#23Re: Ask HN: Books about full text search?
#24Three reference textbooks are available openly: * 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 Archi…
Re: Ask HN: Books about full text search?
#25“Relevant search” by Doug Turnbull and John Berryman, published by Manning, is THE best book to get started with tuning search engines. I’be been a search engineer for >10 years and this is always the first book I recommend. https://www.manning.com/books/relevant-search
Awe thanks Max <3
After I read it...
"...I knew NOTHING about search."
No book has ever knocked me off my pedestal so brutally and so thoroughly.
Re: Ask HN: Books about full text search?
#26Just use Postgres fulltext Search, its good enough http://rachbelaid.com/postgres-full-text-search-is-good-enou...
https://github.com/postgrespro/rum
rum handles +20mil pdf pages, interactively.Re: Ask HN: Books about full text search?
#27Re: Ask HN: Books about full text search?
#28123
Re: Ask HN: Books about full text search?
#29Re: Ask HN: Books about full text search?
#30Just use Postgres fulltext Search, its good enough http://rachbelaid.com/postgres-full-text-search-is-good-enou...
for postgres, i highly recommend the rum index over the core fts. rum is written by postgrespro, who also wrote core fts and json indexing in pg. https://github.com/postgrespro/rum rum handles +20mil pdf pages, interactively.