Class ScriptDocValues.Booleans

<E>
<T>
>
org.elasticsearch.index.fielddata.ScriptDocValues.Booleans
All Implemented Interfaces:
<>, <>, <>
Enclosing class:
ScriptDocValues<T>

public static final class ScriptDocValues.Booleans extends >
  • Constructor Details

    • Booleans

      public Booleans(org.apache.lucene.index.SortedNumericDocValues in)
  • Method Details

    • setNextDocId

      public void setNextDocId(int docId) throws
      Description copied from class: ScriptDocValues
      Set the current doc ID.
      Specified by:
      >
      Throws:
    • resize

      protected void resize(int newSize)
      Set the size() and ensure that the values array can store at least that many entries.
    • getValue

      public boolean getValue()
    • get

      public  get(int index)
      Specified by:
       in interface <>
      Specified by:
       in class <>
    • size

      public int size()
      Specified by:
       in interface <>
      Specified by:
       in interface <>
      Specified by:
       in class <>