Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions src/java/com/twitter/search/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

![in-network](img/in-network.png)

At Twitter, we use Tweet Search System (Earlybird) to do Home Timeline In-network Tweet retrieval: given a list of following users, find their recently posted tweets. Earlybird (Search Index) is the major candidate source for in-network tweets across Following tab and For You tab.
At X/Twitter, we use Tweet Search System (Earlybird) to do Home Timeline In-network Tweet retrieval: given a list of following users, find their recently posted tweets. Earlybird (Search Index) is the major candidate source for in-network tweets across Following tab and For You tab.


## High-level architecture
Expand Down Expand Up @@ -43,8 +43,8 @@ Earlybird roots fanout requests to different Earlybird clusters or partitions. U
![home](img/foryou.png)

## References
* "Earlybird: Real-Time Search at Twitter" (http://notes.stephenholiday.com/Earlybird.pdf)
* "Earlybird: Real-Time Search at X/Twitter" (http://notes.stephenholiday.com/Earlybird.pdf)
* "Reducing search indexing latency to one second" (https://blog.twitter.com/engineering/en_us/topics/infrastructure/2020/reducing-search-indexing-latency-to-one-second)
* "Omnisearch index formats" (https://blog.twitter.com/engineering/en_us/topics/infrastructure/2016/omnisearch-index-formats)
* "Omnisearch index formats" (https://blog.x.com/engineering/en_us/topics/infrastructure/2016/omnisearch-index-formats)