Modifier and Type | Method and Description |
---|---|
void |
clear() |
boolean |
containsKey(Object key) |
boolean |
containsValue(Object value) |
Set |
entrySet() |
IndexFieldDataService |
fieldDataService() |
Object |
get(Object key) |
boolean |
isEmpty() |
Set |
keySet() |
MapperService |
mapperService() |
Object |
put(Object key,
Object value) |
void |
putAll(Map m) |
Object |
remove(Object key) |
void |
setNextDocId(int docId) |
void |
setNextReader(org.apache.lucene.index.AtomicReaderContext context) |
int |
size() |
Collection |
values() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
compute, computeIfAbsent, computeIfPresent, equals, forEach, getOrDefault, hashCode, merge, putIfAbsent, remove, replace, replace, replaceAll
public MapperService mapperService()
public IndexFieldDataService fieldDataService()
public void setNextReader(org.apache.lucene.index.AtomicReaderContext context)
public void setNextDocId(int docId)
public boolean containsKey(Object key)
containsKey
in interface Map
public boolean containsValue(Object value)
containsValue
in interface Map
public Collection values()
Copyright © 2009–2015. All rights reserved.