Class FieldCacheImpl.LongsFromArray

java.lang.Object
org.apache.solr.uninverting.FieldCacheImpl.LongsFromArray
All Implemented Interfaces:
org.apache.lucene.util.Accountable
Enclosing class:
FieldCacheImpl

public static class FieldCacheImpl.LongsFromArray extends Object implements org.apache.lucene.util.Accountable
  • Field Summary

    Fields inherited from interface org.apache.lucene.util.Accountable

    NULL_ACCOUNTABLE
  • Constructor Summary

    Constructors
    Constructor
    Description
    LongsFromArray(String field, org.apache.lucene.util.packed.PackedInts.Reader values, long minValue, org.apache.lucene.util.Bits docsWithField)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    org.apache.lucene.index.NumericDocValues
     
    long
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

    Methods inherited from interface org.apache.lucene.util.Accountable

    getChildResources
  • Constructor Details

    • LongsFromArray

      public LongsFromArray(String field, org.apache.lucene.util.packed.PackedInts.Reader values, long minValue, org.apache.lucene.util.Bits docsWithField)
  • Method Details

    • ramBytesUsed

      public long ramBytesUsed()
      Specified by:
      ramBytesUsed in interface org.apache.lucene.util.Accountable
    • iterator

      public org.apache.lucene.index.NumericDocValues iterator()