java.lang.Object
org.elasticsearch.search.lookup.LeafDocLookup
- All Implemented Interfaces:
Map<String,ScriptDocValues<?>>
-
Nested Class Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoidclear()booleancontainsKey(Object key) booleancontainsValue(Object value) entrySet()Field<?>getScriptField(String fieldName) getScriptFieldFactory(String fieldName) booleanisEmpty()keySet()put(String key, ScriptDocValues<?> value) voidputAll(Map<? extends String, ? extends ScriptDocValues<?>> m) voidsetDocument(int docId) intsize()values()Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface java.util.Map
compute, computeIfAbsent, computeIfPresent, equals, forEach, getOrDefault, hashCode, merge, putIfAbsent, remove, replace, replace, replaceAll
-
Method Details
-
setDocument
public void setDocument(int docId) -
getScriptFieldFactory
-
getScriptField
-
get
- Specified by:
getin interfaceMap<String,ScriptDocValues<?>>
-
containsKey
- Specified by:
containsKeyin interfaceMap<String,ScriptDocValues<?>>
-
size
public int size()- Specified by:
sizein interfaceMap<String,ScriptDocValues<?>>
-
isEmpty
public boolean isEmpty()- Specified by:
isEmptyin interfaceMap<String,ScriptDocValues<?>>
-
containsValue
- Specified by:
containsValuein interfaceMap<String,ScriptDocValues<?>>
-
put
- Specified by:
putin interfaceMap<String,ScriptDocValues<?>>
-
remove
- Specified by:
removein interfaceMap<String,ScriptDocValues<?>>
-
putAll
- Specified by:
putAllin interfaceMap<String,ScriptDocValues<?>>
-
clear
public void clear()- Specified by:
clearin interfaceMap<String,ScriptDocValues<?>>
-
keySet
- Specified by:
keySetin interfaceMap<String,ScriptDocValues<?>>
-
values
- Specified by:
valuesin interfaceMap<String,ScriptDocValues<?>>
-
entrySet
- Specified by:
entrySetin interfaceMap<String,ScriptDocValues<?>>
-