public interface ScriptDocValues<T> extends List<T>
getValue
and a getValues
that return the relevant type that then can be used in scripts.Modifier and Type | Interface and Description |
---|---|
static class |
ScriptDocValues.Doubles |
static class |
ScriptDocValues.GeoPoints |
static class |
ScriptDocValues.Longs |
static class |
ScriptDocValues.Strings |
Modifier and Type | Method and Description |
---|---|
List<T> |
getValues()
Return a copy of the list of the values for the current document.
|
void |
setNextDocId(int docId)
Set the current doc ID.
|
add, add, addAll, addAll, clear, contains, containsAll, equals, get, hashCode, indexOf, isEmpty, iterator, lastIndexOf, listIterator, listIterator, remove, remove, removeAll, replaceAll, retainAll, set, size, sort, spliterator, subList, toArray, toArray
parallelStream, removeIf, stream
Copyright © 2009–2015. All rights reserved.