Package org.elasticsearch.search.lookup
Class LeafStoredFieldsLookup
java.lang.Object
org.elasticsearch.search.lookup.LeafStoredFieldsLookup
- All Implemented Interfaces:
Map<Object,FieldLookup>
-
Nested Class Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
clear()
boolean
containsKey(Object key)
boolean
containsValue(Object value)
entrySet()
boolean
isEmpty()
keySet()
put(Object key, FieldLookup value)
void
void
setDocument(int docId)
int
size()
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
-
Method Details
-
setDocument
public void setDocument(int docId) -
get
- Specified by:
get
in interfaceMap<Object,FieldLookup>
-
containsKey
- Specified by:
containsKey
in interfaceMap<Object,FieldLookup>
-
size
public int size()- Specified by:
size
in interfaceMap<Object,FieldLookup>
-
isEmpty
public boolean isEmpty()- Specified by:
isEmpty
in interfaceMap<Object,FieldLookup>
-
keySet
- Specified by:
keySet
in interfaceMap<Object,FieldLookup>
-
values
- Specified by:
values
in interfaceMap<Object,FieldLookup>
-
entrySet
- Specified by:
entrySet
in interfaceMap<Object,FieldLookup>
-
put
- Specified by:
put
in interfaceMap<Object,FieldLookup>
-
remove
- Specified by:
remove
in interfaceMap<Object,FieldLookup>
-
clear
public void clear()- Specified by:
clear
in interfaceMap<Object,FieldLookup>
-
putAll
- Specified by:
putAll
in interfaceMap<Object,FieldLookup>
-
containsValue
- Specified by:
containsValue
in interfaceMap<Object,FieldLookup>
-