Class ByteDocValuesField

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

  • Field Details

    • input

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

      protected final String name
    • values

      protected byte[] values
    • count

      protected int count
  • Constructor Details

    • ByteDocValuesField

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