Add the article about search arhictecture at Ozon

This article gives a deep explanation on how we built a distributed search engine O2 based on Apache Lucene and how the search architecture at Ozon looks like. And the best thing - it's from 2022.
This commit is contained in:
Sergey Saiyan 2022-05-28 01:18:33 +03:00 committed by GitHub
parent 8d8d6f9a3c
commit ec61b7d8ba
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -320,6 +320,7 @@ An updated and organized reading list for illustrating the patterns of scalable,
* [Distributed Searching](http://nwds.cs.washington.edu/files/nwds/pdf/Distributed-WR.pdf)
* [Search Architecture at Instagram](https://instagram-engineering.com/search-architecture-eeb34a936d3a)
* [Search Architecture at eBay](http://www.cs.otago.ac.nz/homepages/andrew/papers/2017-8.pdf)
* [Search Architecture at Ozon (2022)](https://medium.com/@sergey_sw/how-we-built-o2-the-distributed-search-engine-based-on-apache-lucene-382e060a5328)
* [Search Architecture at Box](https://medium.com/box-tech-blog/scaling-box-search-using-lumos-22d9e0cb4175)
* [Search Discovery Indexing Platform at Coupang](https://medium.com/coupang-tech/the-evolution-of-search-discovery-indexing-platform-fa43e41305f9)
* [Universal Search System at Pinterest](https://medium.com/pinterest-engineering/building-a-universal-search-system-for-pinterest-e4cb03a898d4)