Hey, I have a decent enough idea of how various indexes work in SQL, how multicolumn index data structures are laid out, and how Postgres can use multiple different indexes by using each individually then doing bitmap operations.
I would like to develop more of an understanding of analogous concepts in Elasticsearch. I can find plenty of resources on how an inverted index, tokenization, etc work in isolation. How does Elasticsearch search on multiple fields at once, though?
