Class ScriptDocValues.Longs
java.lang.Object
java.util.AbstractCollection<E>
java.util.AbstractList<T>
org.elasticsearch.index.fielddata.ScriptDocValues<java.lang.Long>
org.elasticsearch.index.fielddata.ScriptDocValues.Longs
- All Implemented Interfaces:
java.lang.Iterable<java.lang.Long>,java.util.Collection<java.lang.Long>,java.util.List<java.lang.Long>
- Enclosing class:
- ScriptDocValues<T>
public static final class ScriptDocValues.Longs extends ScriptDocValues<java.lang.Long>
-
Nested Class Summary
Nested classes/interfaces inherited from class org.elasticsearch.index.fielddata.ScriptDocValues
ScriptDocValues.Booleans, ScriptDocValues.BytesRefs, ScriptDocValues.Dates, ScriptDocValues.Doubles, ScriptDocValues.GeoPoints, ScriptDocValues.Longs, ScriptDocValues.Strings -
Field Summary
Fields inherited from class java.util.AbstractList
modCount -
Constructor Summary
Constructors Constructor Description Longs(org.apache.lucene.index.SortedNumericDocValues in)Standard constructor. -
Method Summary
Methods inherited from class org.elasticsearch.index.fielddata.ScriptDocValues
add, remove, replaceAll, set, sortMethods inherited from class java.util.AbstractList
add, addAll, clear, equals, hashCode, indexOf, iterator, lastIndexOf, listIterator, listIterator, remove, removeRange, subListMethods inherited from class java.util.AbstractCollection
addAll, contains, containsAll, isEmpty, removeAll, retainAll, toArray, toArray, toStringMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface java.util.Collection
parallelStream, removeIf, stream, toArrayMethods inherited from interface java.lang.Iterable
forEachMethods inherited from interface java.util.List
addAll, contains, containsAll, isEmpty, removeAll, retainAll, spliterator, toArray, toArray
-
Constructor Details
-
Longs
public Longs(org.apache.lucene.index.SortedNumericDocValues in)Standard constructor.
-
-
Method Details
-
setNextDocId
public void setNextDocId(int docId) throws java.io.IOExceptionDescription copied from class:ScriptDocValuesSet the current doc ID.- Specified by:
setNextDocIdin classScriptDocValues<java.lang.Long>- Throws:
java.io.IOException
-
resize
protected void resize(int newSize)Set thesize()and ensure that thevaluesarray can store at least that many entries. -
getValue
public long getValue() -
get
public java.lang.Long get(int index)- Specified by:
getin interfacejava.util.List<java.lang.Long>- Specified by:
getin classjava.util.AbstractList<java.lang.Long>
-
size
public int size()- Specified by:
sizein interfacejava.util.Collection<java.lang.Long>- Specified by:
sizein interfacejava.util.List<java.lang.Long>- Specified by:
sizein classjava.util.AbstractCollection<java.lang.Long>
-