java.lang.Iterable<java.lang.Long>, java.util.Collection<java.lang.Long>, java.util.List<java.lang.Long>public static final class ScriptDocValues.Longs extends ScriptDocValues<java.lang.Long>
ScriptDocValues.Booleans, ScriptDocValues.BytesRefs, ScriptDocValues.Dates, ScriptDocValues.Doubles, ScriptDocValues.GeoPoints, ScriptDocValues.Longs, ScriptDocValues.Strings| Modifier and Type | Field | Description |
|---|---|---|
protected static DeprecationLogger |
deprecationLogger |
| Constructor | Description |
|---|---|
Longs(org.apache.lucene.index.SortedNumericDocValues in) |
Standard constructor.
|
| Modifier and Type | Method | Description |
|---|---|---|
java.lang.Long |
get(int index) |
|
org.joda.time.ReadableDateTime |
getDate() |
Deprecated.
|
java.util.List<org.joda.time.ReadableDateTime> |
getDates() |
Deprecated.
|
org.apache.lucene.index.SortedNumericDocValues |
getInternalValues() |
|
long |
getValue() |
|
protected void |
resize(int newSize) |
|
void |
setNextDocId(int docId) |
Set the current doc ID.
|
int |
size() |
addAll, contains, containsAll, isEmpty, removeAll, retainAll, toArray, toArray, toStringadd, addAll, clear, equals, hashCode, indexOf, iterator, lastIndexOf, listIterator, listIterator, remove, removeRange, subListaddAll, contains, containsAll, isEmpty, removeAll, retainAll, spliterator, toArray, toArrayclone, finalize, getClass, notify, notifyAll, wait, wait, waitadd, getValues, remove, replaceAll, set, sortprotected static final DeprecationLogger deprecationLogger
public Longs(org.apache.lucene.index.SortedNumericDocValues in)
public void setNextDocId(int docId)
throws java.io.IOException
ScriptDocValuessetNextDocId in class ScriptDocValues<java.lang.Long>java.io.IOExceptionprotected void resize(int newSize)
public org.apache.lucene.index.SortedNumericDocValues getInternalValues()
public long getValue()
@Deprecated
public org.joda.time.ReadableDateTime getDate()
throws java.io.IOException
java.io.IOException@Deprecated
public java.util.List<org.joda.time.ReadableDateTime> getDates()
throws java.io.IOException
java.io.IOExceptionpublic java.lang.Long get(int index)
get in interface java.util.List<java.lang.Long>get in class java.util.AbstractList<java.lang.Long>public int size()
size in interface java.util.Collection<java.lang.Long>size in interface java.util.List<java.lang.Long>size in class java.util.AbstractCollection<java.lang.Long>