Class IpScriptFieldData.IpScriptDocValues
java.lang.Object
java.util.AbstractCollection<E>
java.util.AbstractList<T>
org.elasticsearch.index.fielddata.ScriptDocValues<T>
org.elasticsearch.index.fielddata.ScriptDocValues.Strings
org.elasticsearch.index.fielddata.IpScriptFieldData.IpScriptDocValues
- Enclosing class:
- IpScriptFieldData
Doc values implementation for ips. We can't share
IpFieldMapper.IpFieldType.IpScriptDocValues because it is based
on global ordinals and we don't have those.-
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
FieldsModifier and TypeFieldDescriptionprotected intprotected org.apache.lucene.util.BytesRefBuilder[]Fields inherited from class java.util.AbstractList
modCount -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected StringbytesToString(org.apache.lucene.util.BytesRef bytes)Convert the stored bytes to a String.protected voidresize(int newSize)Set theList.size()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.Strings
get, getValueMethods 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, 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 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
-
IpScriptDocValues
-
-
Method Details
-
bytesToString
Description copied from class:ScriptDocValues.StringsConvert the stored bytes to a String.- Overrides:
bytesToStringin classScriptDocValues.Strings
-
setNextDocId
Description copied from class:ScriptDocValuesSet the current doc ID.- Specified by:
setNextDocIdin classScriptDocValues<T>- Throws:
IOException
-
resize
protected void resize(int newSize)Set theList.size()and ensure that thevaluesarray can store at least that many entries. -
size
public int size()- Specified by:
sizein interfaceCollection<T>- Specified by:
sizein interfaceList<T>- Specified by:
sizein classAbstractCollection<T>
-