Class ScriptDocValues.Doubles
java.lang.Object
java.util.AbstractCollection<E>
java.util.AbstractList<T>
org.elasticsearch.index.fielddata.ScriptDocValues<Double>
org.elasticsearch.index.fielddata.ScriptDocValues.Doubles
- All Implemented Interfaces:
Iterable<Double>,Collection<Double>,List<Double>,FieldValues<Double>
- Enclosing class:
- ScriptDocValues<T>
-
Nested Class Summary
Nested classes/interfaces inherited from class org.elasticsearch.index.fielddata.ScriptDocValues
ScriptDocValues.Booleans, ScriptDocValues.BytesRefs, ScriptDocValues.Dates, ScriptDocValues.Doubles, ScriptDocValues.Geometry<T>, ScriptDocValues.GeoPoints, ScriptDocValues.Longs, ScriptDocValues.Strings -
Field Summary
Fields inherited from class java.util.AbstractList
modCount -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionget(int index)doubleThe first value as a primitive double.longThe first value as a primitive long.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()How many values?Methods inherited from class org.elasticsearch.index.fielddata.ScriptDocValues
add, getNonPrimitiveValue, getValues, remove, replaceAll, set, sort, throwIfEmptyMethods 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 org.elasticsearch.script.FieldValues
isEmptyMethods inherited from interface java.util.List
addAll, contains, containsAll, isEmpty, removeAll, retainAll, spliterator, toArray, toArray
-
Constructor Details
-
Doubles
-
-
Method Details
-
setNextDocId
Description copied from class:ScriptDocValuesSet the current doc ID.- Specified by:
setNextDocIdin classScriptDocValues<Double>- Throws:
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
-
size
public int size()Description copied from interface:FieldValuesHow many values?- Specified by:
sizein interfaceCollection<Double>- Specified by:
sizein interfaceFieldValues<Double>- Specified by:
sizein interfaceList<Double>- Specified by:
sizein classAbstractCollection<Double>
-
getLongValue
public long getLongValue()Description copied from interface:FieldValuesThe first value as a primitive long. For performance reasons, implementations should avoid intermediate boxings if possible- Specified by:
getLongValuein interfaceFieldValues<Double>- Overrides:
getLongValuein classScriptDocValues<Double>
-
getDoubleValue
public double getDoubleValue()Description copied from interface:FieldValuesThe first value as a primitive double. For performance reasons, implementations should avoid intermediate boxings if possible- Specified by:
getDoubleValuein interfaceFieldValues<Double>- Overrides:
getDoubleValuein classScriptDocValues<Double>
-
toField
- Specified by:
toFieldin classScriptDocValues<Double>
-