Class ShortDocValuesField

java.lang.Object
org.elasticsearch.script.field.AbstractScriptFieldFactory<Short>
org.elasticsearch.script.field.ShortDocValuesField
All Implemented Interfaces:
Iterable<Short>, ScriptDocValues.Supplier<Long>, DocValuesScriptFieldFactory, Field<Short>, ScriptFieldFactory

  • Field Details

    • input

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

      protected final String name
    • values

      protected short[] values
    • count

      protected int count
  • Constructor Details

    • ShortDocValuesField

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