Class 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-LeafReader, instead of using this class.

    NOTE: This is very costly.

    WARNING: This API is experimental and might change in incompatible ways in the next release.
    NOTE: This API is for internal purposes only and might change in incompatible ways in the next release.