Class ScriptDocValues.Dates

java.lang.Object
java.util.AbstractCollection<E>
java.util.AbstractList<T>
org.elasticsearch.index.fielddata.ScriptDocValues<JodaCompatibleZonedDateTime>
org.elasticsearch.index.fielddata.ScriptDocValues.Dates
All Implemented Interfaces:
java.lang.Iterable<JodaCompatibleZonedDateTime>, java.util.Collection<JodaCompatibleZonedDateTime>, java.util.List<JodaCompatibleZonedDateTime>
Enclosing class:
ScriptDocValues<T>

public static final class ScriptDocValues.Dates
extends ScriptDocValues<JodaCompatibleZonedDateTime>
  • Nested Class Summary

  • Field Summary

    Fields inherited from class java.util.AbstractList

    modCount
  • Constructor Summary

    Constructors 
    Constructor Description
    Dates​(org.apache.lucene.index.SortedNumericDocValues in, boolean isNanos)  
  • Method Summary

    Modifier and Type Method Description
    JodaCompatibleZonedDateTime get​(int index)  
    JodaCompatibleZonedDateTime getValue()
    Fetch the first field value or 0 millis after epoch if there are no in.
    void setNextDocId​(int docId)
    Set the current doc ID.
    int size()  

    Methods inherited from class org.elasticsearch.index.fielddata.ScriptDocValues

    add, remove, replaceAll, set, sort

    Methods inherited from class java.util.AbstractList

    add, addAll, clear, equals, hashCode, indexOf, iterator, lastIndexOf, listIterator, listIterator, remove, removeRange, subList

    Methods inherited from class java.util.AbstractCollection

    addAll, contains, containsAll, isEmpty, removeAll, retainAll, toArray, toArray, toString

    Methods inherited from class java.lang.Object

    clone, finalize, getClass, notify, notifyAll, wait, wait, wait

    Methods inherited from interface java.util.Collection

    parallelStream, removeIf, stream, toArray

    Methods inherited from interface java.lang.Iterable

    forEach

    Methods inherited from interface java.util.List

    addAll, contains, containsAll, isEmpty, removeAll, retainAll, spliterator, toArray, toArray