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?
Apache, Apache Lucene, Apache Hadoop, Hadoop, HDFS and the yellow elephant
logo are trademarks of the
Apache Software Foundation
in the United States and/or other countries.