Class ScriptDocValues.Doubles
java.lang.Object
java.util.AbstractCollection<E>
java.util.AbstractList<T>
org.elasticsearch.index.fielddata.ScriptDocValues<java.lang.Double>
org.elasticsearch.index.fielddata.ScriptDocValues.Doubles
- All Implemented Interfaces:
java.lang.Iterable<java.lang.Double>,java.util.Collection<java.lang.Double>,java.util.List<java.lang.Double>
- Enclosing class:
- ScriptDocValues<T>
public static final class ScriptDocValues.Doubles extends ScriptDocValues<java.lang.Double>
-
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
-
Constructor Summary
Constructors Constructor Description Doubles(SortedNumericDoubleValues in) -
Method Summary
Modifier and Type Method Description java.lang.Doubleget(int index)SortedNumericDoubleValuesgetInternalValues()doublegetValue()protected voidresize(int newSize)Set thesize()and ensure that thevaluesarray can store at least that many entries.voidsetNextDocId(int docId)Set the current doc ID.intsize()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, toString
-
Constructor Details
-
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.Double>- Throws:
java.io.IOException
-
resize
protected void resize(int newSize)Set thesize()and ensure that thevaluesarray can store at least that many entries. -
getInternalValues
-
getValue
public double getValue() -
get
public java.lang.Double get(int index)- Specified by:
getin interfacejava.util.List<java.lang.Double>- Specified by:
getin classjava.util.AbstractList<java.lang.Double>
-
size
public int size()- Specified by:
sizein interfacejava.util.Collection<java.lang.Double>- Specified by:
sizein interfacejava.util.List<java.lang.Double>- Specified by:
sizein classjava.util.AbstractCollection<java.lang.Double>
-