<f9557e60527d3d5f30d67ab14830bbb5@hyper.dev>
If you find an interesting blog post dealing with problems related to search engines do not hesitate to post it in this thread with a comment.
<057bac4d90123c8cc4eeab13755e7657@hyper.dev>
<f9557e60527d3d5f30d67ab14830bbb5@hyper.dev>
(view parent)
On 2021-01-10 07:58, Amirouche wrote: > If you find an interesting blog post dealing with problems related to > search engines do not hesitate to post it in this thread with a > comment. The most interesting blog post on search engine might be on Algolia blog. IMO, the two problems of Algolia approach are two sides: - They rely on C++ - They rely on the fact all the data fit in RAM - They rely on specific data structures (instead of an OKVS) Anyway, it is a great read, and their post on lexical features was a great inspiration. - https://blog.algolia.com/inside-the-algolia-engine-part-1-indexing-vs-search/ - https://blog.algolia.com/inside-the-algolia-engine-part-2-the-indexing-challenge-of-instant-search/ - https://blog.algolia.com/inside-the-algolia-engine-part-3-query-processing/ - https://blog.algolia.com/inside-the-algolia-enginepart-4-textual-relevance/ - https://blog.algolia.com/inside-the-algolia-engine-part-5-highlighting-a-cornerstone-to-search-ux/ - https://blog.algolia.com/inside-the-engine-part-6-handling-synonyms-the-right-way/ Direct link to the full blog: https://blog.algolia.com/#q=inside%20the%20algolia%20engine -- Amirouche ~ https://hyper.dev