Module org.elasticsearch.server
Class ScriptDocValues.BytesRefs
java.lang.Object
java.util.AbstractCollection<E>
java.util.AbstractList<T>
org.elasticsearch.index.fielddata.ScriptDocValues<org.apache.lucene.util.BytesRef>
org.elasticsearch.index.fielddata.ScriptDocValues.BytesRefs
- All Implemented Interfaces:
Iterable<org.apache.lucene.util.BytesRef>
,Collection<org.apache.lucene.util.BytesRef>
,List<org.apache.lucene.util.BytesRef>
- Enclosing class:
- ScriptDocValues<T>
public static final class ScriptDocValues.BytesRefs
extends ScriptDocValues<org.apache.lucene.util.BytesRef>
-
Nested Class Summary
Nested classes/interfaces inherited from class org.elasticsearch.index.fielddata.ScriptDocValues
ScriptDocValues.BaseGeometry<T extends SpatialPoint,
V>, ScriptDocValues.Booleans, ScriptDocValues.BytesRefs, ScriptDocValues.Dates, ScriptDocValues.Doubles, ScriptDocValues.DoublesSupplier, ScriptDocValues.Geometry, ScriptDocValues.GeometrySupplier<T extends SpatialPoint, V>, ScriptDocValues.GeoPoints, ScriptDocValues.Longs, ScriptDocValues.Strings, ScriptDocValues.StringsSupplier, ScriptDocValues.Supplier<T> -
Field Summary
Fields inherited from class org.elasticsearch.index.fielddata.ScriptDocValues
supplier
Fields inherited from class java.util.AbstractList
modCount
-
Constructor Summary
ConstructorsConstructorDescriptionBytesRefs
(ScriptDocValues.Supplier<org.apache.lucene.util.BytesRef> supplier) -
Method Summary
Methods inherited from class org.elasticsearch.index.fielddata.ScriptDocValues
add, getSupplier, remove, replaceAll, set, sort, throwIfBeyondLength, throwIfEmpty
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
-
BytesRefs
-
-
Method Details
-
getValue
public org.apache.lucene.util.BytesRef getValue() -
get
public org.apache.lucene.util.BytesRef get(int index) - Specified by:
get
in interfaceList<org.apache.lucene.util.BytesRef>
- Specified by:
get
in classAbstractList<org.apache.lucene.util.BytesRef>
-
size
public int size()- Specified by:
size
in interfaceCollection<org.apache.lucene.util.BytesRef>
- Specified by:
size
in interfaceList<org.apache.lucene.util.BytesRef>
- Specified by:
size
in classAbstractCollection<org.apache.lucene.util.BytesRef>
-