Ask HN: How can I implement full-text search enginge
I'm curious about how full-text search engines work but couldn't find any resources on how to implement it.
I would be appreciated if you let me know if you know any books or videos in this field. The programming language doesn't really matter but preferably in Go or Python.
Thanks
3 comments
[ 3.0 ms ] story [ 17.9 ms ] threadThere's a textbook at https://nlp.stanford.edu/IR-book/information-retrieval-book.... .
These should be enough hints so you can find something closer to what you are looking for.
Great for a learning exercise. For a production environment, it's unlikely the organization is such a snow flake. A mature product is probably a better engineering choice than writing one from scratch when you're writing your first one.