Class AbstractLeafOrdinalsFieldData

org.elasticsearch.index.fielddata.plain.AbstractLeafOrdinalsFieldData
All Implemented Interfaces:
, , org.apache.lucene.util.Accountable, org.elasticsearch.core.Releasable, LeafFieldData, LeafOrdinalsFieldData
Direct Known Subclasses:
PagedBytesLeafFieldData, SortedSetBytesLeafFieldData

public abstract class AbstractLeafOrdinalsFieldData extends implements LeafOrdinalsFieldData
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static <org.apache.lucene.index.SortedSetDocValues,​ScriptDocValues<?>>
     

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

    NULL_ACCOUNTABLE
  • Constructor Summary

    Constructors
    Modifier
    Constructor
    Description
    protected
    <org.apache.lucene.index.SortedSetDocValues,​ScriptDocValues<?>> scriptFunction)
     
  • Method Summary

    Modifier and Type
    Method
    Description
     
    Return a String representation of the values.
    Returns field values for use in scripting.

    Methods inherited from class java.lang.

    , , , , , , , , , ,

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

    getChildResources, ramBytesUsed

    Methods inherited from interface org.elasticsearch.index.fielddata.LeafFieldData

    getFormattedValues

    Methods inherited from interface org.elasticsearch.index.fielddata.LeafOrdinalsFieldData

    getOrdinalsValues

    Methods inherited from interface org.elasticsearch.core.Releasable

    close
  • Field Details

    • DEFAULT_SCRIPT_FUNCTION

      public static final <org.apache.lucene.index.SortedSetDocValues,​ScriptDocValues<?>> DEFAULT_SCRIPT_FUNCTION
  • Constructor Details

    • AbstractLeafOrdinalsFieldData

      protected AbstractLeafOrdinalsFieldData(<org.apache.lucene.index.SortedSetDocValues,​ScriptDocValues<?>> scriptFunction)
  • Method Details