Package org.elasticsearch.search.lookup
Class LeafFieldsLookup
- java.lang.Object
-
- org.elasticsearch.search.lookup.LeafFieldsLookup
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidclear()booleancontainsKey(Object key)booleancontainsValue(Object value)SetentrySet()Objectget(Object key)booleanisEmpty()SetkeySet()Objectput(Object key, Object value)voidputAll(Map m)Objectremove(Object key)voidsetDocument(int docId)intsize()Collectionvalues()-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface java.util.Map
compute, computeIfAbsent, computeIfPresent, equals, forEach, getOrDefault, hashCode, merge, putIfAbsent, remove, replace, replace, replaceAll
-
-
-
-
Method Detail
-
setDocument
public void setDocument(int docId)
-
containsKey
public boolean containsKey(Object key)
- Specified by:
containsKeyin interfaceMap
-
values
public Collection values()
-
containsValue
public boolean containsValue(Object value)
- Specified by:
containsValuein interfaceMap
-
-