Package org.opensearch.index.fielddata
Class ScriptDocValues.UnsignedLongs
java.lang.Object
java.util.AbstractCollection<BigInteger>
java.util.AbstractList<BigInteger>
org.opensearch.index.fielddata.ScriptDocValues<BigInteger>
org.opensearch.index.fielddata.ScriptDocValues.UnsignedLongs
- All Implemented Interfaces:
Iterable<BigInteger>
,Collection<BigInteger>
,List<BigInteger>
- Enclosing class:
ScriptDocValues<T>
Unsigned long values for scripted doc values (returned as
BigInteger
)- Opensearch.internal:
-
Nested Class Summary
Nested classes/interfaces inherited from class org.opensearch.index.fielddata.ScriptDocValues
ScriptDocValues.Booleans, ScriptDocValues.BytesRefs, ScriptDocValues.Dates, ScriptDocValues.Doubles, ScriptDocValues.GeoPoints, ScriptDocValues.Longs, ScriptDocValues.Strings, ScriptDocValues.UnsignedLongs
-
Field Summary
Fields inherited from class java.util.AbstractList
modCount
-
Constructor Summary
ConstructorDescriptionUnsignedLongs
(org.apache.lucene.index.SortedNumericDocValues in) Standard constructor. -
Method Summary
Methods inherited from class org.opensearch.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.util.List
addAll, contains, containsAll, isEmpty, removeAll, retainAll, spliterator, toArray, toArray
-
Constructor Details
-
UnsignedLongs
public UnsignedLongs(org.apache.lucene.index.SortedNumericDocValues in) Standard constructor.
-
-
Method Details
-
setNextDocId
Description copied from class:ScriptDocValues
Set the current doc ID.- Specified by:
setNextDocId
in classScriptDocValues<BigInteger>
- Throws:
IOException
-
resize
protected void resize(int newSize) Set thesize()
and ensure that the internal values array can store at least that many entries. -
getValue
-
get
- Specified by:
get
in interfaceList<BigInteger>
- Specified by:
get
in classAbstractList<BigInteger>
-
size
public int size()- Specified by:
size
in interfaceCollection<BigInteger>
- Specified by:
size
in interfaceList<BigInteger>
- Specified by:
size
in classAbstractCollection<BigInteger>
-