Class AbstractLongDocValuesField

java.lang.Object
org.elasticsearch.script.field.AbstractLongDocValuesField
All Implemented Interfaces:
Iterable<Long>, ScriptDocValues.Supplier<Long>, DocValuesField<Long>, Field<Long>
Direct Known Subclasses:
LongDocValuesField, SeqNoDocValuesField, VersionDocValuesField

public abstract class AbstractLongDocValuesField extends Object implements ScriptDocValues.Supplier<Long>, DocValuesField<Long>
  • Field Details

    • name

      protected final String name
    • scriptDocValues

      protected ScriptDocValues<?> scriptDocValues
    • input

      protected final org.apache.lucene.index.SortedNumericDocValues input
    • values

      protected long[] values
    • count

      protected int count
  • Constructor Details

    • AbstractLongDocValuesField

      public AbstractLongDocValuesField(org.apache.lucene.index.SortedNumericDocValues input, String name)
  • Method Details