Class SinglePackedOrdinals

java.lang.Object
org.opensearch.index.fielddata.ordinals.Ordinals
org.opensearch.index.fielddata.ordinals.SinglePackedOrdinals
All Implemented Interfaces:
org.apache.lucene.util.Accountable

public class SinglePackedOrdinals
extends Ordinals
  • Nested Class Summary

    Nested classes/interfaces inherited from class org.opensearch.index.fielddata.ordinals.Ordinals

    Ordinals.ValuesHolder
  • Field Summary

    Fields inherited from class org.opensearch.index.fielddata.ordinals.Ordinals

    NO_VALUES

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

    NULL_ACCOUNTABLE
  • Constructor Summary

    Constructors 
    Constructor Description
    SinglePackedOrdinals​(OrdinalsBuilder builder, float acceptableOverheadRatio)  
  • Method Summary

    Modifier and Type Method Description
    java.util.Collection<org.apache.lucene.util.Accountable> getChildResources()  
    org.apache.lucene.index.SortedSetDocValues ordinals​(Ordinals.ValuesHolder values)  
    long ramBytesUsed()
    The memory size this ordinals take.

    Methods inherited from class org.opensearch.index.fielddata.ordinals.Ordinals

    ordinals

    Methods inherited from class java.lang.Object

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