Interface BlockDocValuesReader.NumericDocValuesAccessor

All Known Implementing Classes:
AbstractDoublesFromDocValuesBlockLoader.Singleton, AbstractIntsFromDocValuesBlockLoader.Singleton, AbstractLongsFromDocValuesBlockLoader.Singleton
Enclosing class:
BlockDocValuesReader

public static interface BlockDocValuesReader.NumericDocValuesAccessor
  • Method Summary

    Modifier and Type
    Method
    Description
    org.apache.lucene.index.NumericDocValues
     
  • Method Details

    • numericDocValues

      org.apache.lucene.index.NumericDocValues numericDocValues()