Class ScriptDocValues.Strings
java.lang.Object
java.util.AbstractCollection<E>
java.util.AbstractList<T>
org.elasticsearch.index.fielddata.ScriptDocValues<T>
org.elasticsearch.index.fielddata.ScriptDocValues.Strings
- Direct Known Subclasses:
IpScriptFieldData.IpScriptDocValues
- 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
Modifier and TypeFieldDescriptionprotected int
protected org.apache.lucene.util.BytesRefBuilder[]
Fields inherited from class java.util.AbstractList
modCount
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected String
bytesToString
(org.apache.lucene.util.BytesRef bytes) Convert the stored bytes to a String.final String
get
(int index) final String
getValue()
protected void
resize
(int newSize) Set theList.size()
and ensure that thevalues
array can store at least that many entries.void
setNextDocId
(int docId) Set the current doc ID.int
size()
Methods inherited from class org.elasticsearch.index.fielddata.ScriptDocValues
add, remove, replaceAll, set, sort, 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
-
Field Details
-
values
protected org.apache.lucene.util.BytesRefBuilder[] values -
count
protected int count
-
-
Constructor Details
-
Strings
-
-
Method Details
-
get
-
bytesToString
Convert the stored bytes to a String. -
getValue
-
setNextDocId
Description copied from class:ScriptDocValues
Set the current doc ID.- Specified by:
setNextDocId
in classScriptDocValues<T>
- Throws:
IOException
-
resize
protected void resize(int newSize) Set theList.size()
and ensure that thevalues
array can store at least that many entries. -
size
public int size()- Specified by:
size
in interfaceCollection<T>
- Specified by:
size
in interfaceList<T>
- Specified by:
size
in classAbstractCollection<T>
-