Interface NumericFieldReader


public interface NumericFieldReader
See Also:
  • Nested Class Summary

    Nested Classes
    Modifier and Type
    Interface
    Description
    static interface 
    Per-block decoder for numeric values and ordinals.
  • Method Summary

    Modifier and Type
    Method
    Description
    Returns a decoder for per-block numeric value decoding.
    void
    readField(org.apache.lucene.store.IndexInput meta, AbstractTSDBDocValuesProducer.NumericEntry entry, int numericBlockShift)
    Reads the full numeric field metadata: value counts, ordinal detection, codec-specific header, offsets, and DISI.
  • Method Details

    • readField

      void readField(org.apache.lucene.store.IndexInput meta, AbstractTSDBDocValuesProducer.NumericEntry entry, int numericBlockShift) throws IOException
      Reads the full numeric field metadata: value counts, ordinal detection, codec-specific header, offsets, and DISI.
      Parameters:
      meta - the metadata input stream
      entry - the numeric entry to populate
      numericBlockShift - the block shift for numeric encoding
      Throws:
      IOException
    • decoder

      Returns a decoder for per-block numeric value decoding.
      Returns:
      a new decoder instance