Class MultiDocValues

java.lang.Object
org.apache.lucene.index.MultiDocValues

public class MultiDocValues extends Object
A wrapper for CompositeIndexReader providing access to DocValues.

NOTE: for multi readers, you'll get better performance by gathering the sub readers using IndexReader.getContext() to get the atomic leaves and then operate per-AtomicReader, instead of using this class.

NOTE: This is very costly.