Package org.elasticsearch.index.mapper
Class IpFieldMapper.IpFieldType.IpScriptDocValues
java.lang.Object
java.util.AbstractCollection<E>
java.util.AbstractList<T>
org.elasticsearch.index.fielddata.ScriptDocValues<java.lang.String>
org.elasticsearch.index.mapper.IpFieldMapper.IpFieldType.IpScriptDocValues
- All Implemented Interfaces:
java.lang.Iterable<java.lang.String>,java.util.Collection<java.lang.String>,java.util.List<java.lang.String>
- Enclosing class:
- IpFieldMapper.IpFieldType
public static final class IpFieldMapper.IpFieldType.IpScriptDocValues extends ScriptDocValues<java.lang.String>
-
Nested Class Summary
Nested classes/interfaces inherited from class org.elasticsearch.index.fielddata.ScriptDocValues
ScriptDocValues.Booleans, ScriptDocValues.BytesRefs, ScriptDocValues.Dates, ScriptDocValues.Doubles, ScriptDocValues.GeoPoints, ScriptDocValues.Longs, ScriptDocValues.Strings -
Field Summary
-
Constructor Summary
Constructors Constructor Description IpScriptDocValues(org.apache.lucene.index.SortedSetDocValues in) -
Method Summary
Modifier and Type Method Description java.lang.Stringget(int index)java.lang.StringgetValue()voidsetNextDocId(int docId)Set the current doc ID.intsize()Methods 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, toString
-
Constructor Details
-
IpScriptDocValues
public IpScriptDocValues(org.apache.lucene.index.SortedSetDocValues in)
-
-
Method Details
-
setNextDocId
public void setNextDocId(int docId) throws java.io.IOExceptionDescription copied from class:ScriptDocValuesSet the current doc ID.- Specified by:
setNextDocIdin classScriptDocValues<java.lang.String>- Throws:
java.io.IOException
-
getValue
public java.lang.String getValue() -
get
public java.lang.String get(int index)- Specified by:
getin interfacejava.util.List<java.lang.String>- Specified by:
getin classjava.util.AbstractList<java.lang.String>
-
size
public int size()- Specified by:
sizein interfacejava.util.Collection<java.lang.String>- Specified by:
sizein interfacejava.util.List<java.lang.String>- Specified by:
sizein classjava.util.AbstractCollection<java.lang.String>
-