Interface DocValuesField

All Superinterfaces:
Field

public interface DocValuesField extends Field
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    setNextDocId(int docId)
    Set the current document ID.

    Methods inherited from interface org.elasticsearch.script.field.Field

    getName, isEmpty, size
  • Method Details

    • setNextDocId

      void setNextDocId(int docId) throws IOException
      Set the current document ID.
      Throws:
      IOException