This document summarizes a research paper that proposes an efficient method for similarity search over encrypted data stored in the cloud. The method uses Locality Sensitive Hashing (LSH) to index the encrypted data and generate "trapdoors" or encodings of search queries. When a user submits a query, the trapdoor is generated and similarity search is performed by finding the similarity between the query trapdoor and the encrypted data indexes stored in the cloud, without decrypting the actual data. The paper outlines the data uploading and query processing steps, which include preprocessing, encryption, trapdoor generation using LSH-based bucketing of n-grams from the query terms, and using Bloom filters for efficient similarity matching during search.