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| Constructor and Description |
|---|
Longs(org.apache.lucene.index.SortedNumericDocValues values) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Long |
get(int index) |
org.joda.time.ReadableDateTime |
getDate() |
java.util.List<org.joda.time.ReadableDateTime> |
getDates() |
org.apache.lucene.index.SortedNumericDocValues |
getInternalValues() |
long |
getValue() |
void |
setNextDocId(int docId)
Set the current doc ID.
|
int |
size() |
add, getValues, remove, replaceAll, set, sortadd, addAll, clear, equals, hashCode, indexOf, iterator, lastIndexOf, listIterator, listIterator, remove, removeRange, subListaddAll, contains, containsAll, isEmpty, removeAll, retainAll, toArray, toArray, toStringclone, finalize, getClass, notify, notifyAll, wait, wait, waitpublic void setNextDocId(int docId)
ScriptDocValuessetNextDocId in class ScriptDocValues<java.lang.Long>public org.apache.lucene.index.SortedNumericDocValues getInternalValues()
public long getValue()
public org.joda.time.ReadableDateTime getDate()
public java.util.List<org.joda.time.ReadableDateTime> getDates()
public 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>