This document proposes a "dual-inversion index" technique to support efficient and scalable entity search. It introduces two types of indexes: a document-inverted index that maps keywords and entities to documents, and an entity-inverted index that maps keywords to the entities and contexts they are found within documents. The indexes address computational challenges like complex joins by partitioning data. Using both indexes balances search performance and index space requirements.