This document summarizes a method for performing kernel-based similarity search in massive graph databases using wavelet trees. It introduces the need for efficient graph similarity search as graph databases grow large. It describes representing graphs as bags-of-words and using a semi-conjunctive query to relax cosine similarity searches. The method replaces inverted indexes with a wavelet tree to enable fast top-down search while using less memory than traditional inverted indexes. Experiments on a dataset of 25 million chemical compounds demonstrate the method's ability to perform similarity search efficiently in large graph databases.