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.
|
Copyright © 2009–2017. All rights reserved.