Query expansion is the process of reformulating a query to improve search results. It involves augmenting additional terms to the original query. For example, searching for "Rahul" and getting few results, then expanding the query to "Rahul politics" after analyzing initial results. Automating this process of query expansion is beneficial for satisfying user's information needs. One approach, DocClustQE, expands queries using documents and clusters similar to the original query terms. It selects the top k elements from documents and clusters that yield highest query likelihood to use for expansion.