Interface BlockDocValuesReader.NumericDocValuesAccessor

All Known Implementing Classes:
DoublesBlockLoader.SingletonDoubles, IntsBlockLoader.SingletonInts, LongsBlockLoader.SingletonLongs
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()