This document proposes a general active learning framework called expected loss optimization (ELO) for ranking problems. The ELO framework uses an ensemble of ranking models to select examples that are expected to minimize a chosen loss function, such as discounted cumulative gain (DCG) loss. The document presents an algorithm called expected DCG loss optimization (ELO-DCG) that selects examples based on expected DCG loss. It also describes a two-stage algorithm that first selects queries and then documents to address sample dependence. Finally, it discusses how the algorithms can be modified to handle skewed grade distributions in ranking data.