public interface ScriptDocValues<T> extends List<T>
getValue
and a getValues that return the relevant type that then can be used in scripts.| 修飾子とタイプ | インタフェースと説明 |
|---|---|
static class |
ScriptDocValues.Doubles |
static class |
ScriptDocValues.GeoPoints |
static class |
ScriptDocValues.Longs |
static class |
ScriptDocValues.Strings |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
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, toArrayparallelStream, removeIf, streamCopyright © 2009–2016. All rights reserved.