This document summarizes a research paper that proposes a new indexing structure called Histogram Inverted Index (HII) to improve the speed of image retrieval in a content-based image retrieval (CBIR) system. HII is based on an inverted index structure commonly used in text retrieval, but modifies it to index histogram data generated from images using multi-texton histogram and co-occurrence descriptor features. The HII consists of a feature-value list, inverted list, and map. It normalizes feature values, considers image pairs for each feature-value, and limits candidate images to improve efficiency while maintaining accuracy. Boolean retrieval using HII extracts candidate images from the inverted list for a given query image.