Class LeafDocLookup

java.lang.Object
org.elasticsearch.search.lookup.LeafDocLookup
All Implemented Interfaces:
java.util.Map<java.lang.String,​ScriptDocValues<?>>

public class LeafDocLookup
extends java.lang.Object
implements java.util.Map<java.lang.String,​ScriptDocValues<?>>
  • Nested Class Summary

    Nested classes/interfaces inherited from interface java.util.Map

    java.util.Map.Entry<K extends java.lang.Object,​V extends java.lang.Object>
  • Method Summary

    Modifier and Type Method Description
    void clear()  
    boolean containsKey​(java.lang.Object key)  
    boolean containsValue​(java.lang.Object value)  
    java.util.Set<java.util.Map.Entry<java.lang.String,​ScriptDocValues<?>>> entrySet()  
    ScriptDocValues<?> get​(java.lang.Object key)  
    IndexFieldData<?> getForField​(MappedFieldType fieldType)  
    boolean isEmpty()  
    java.util.Set<java.lang.String> keySet()  
    MapperService mapperService()  
    ScriptDocValues<?> put​(java.lang.String key, ScriptDocValues<?> value)  
    void putAll​(java.util.Map<? extends java.lang.String,​? extends ScriptDocValues<?>> m)  
    ScriptDocValues<?> remove​(java.lang.Object key)  
    void setDocument​(int docId)  
    int size()  
    java.util.Collection<ScriptDocValues<?>> values()  

    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