Constructor and Description |
---|
SourceLookup() |
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 XContentType sourceContentType()
public static Tuple<XContentType,Map<String,Object>> sourceAsMapAndType(BytesReference source) throws ElasticsearchParseException
ElasticsearchParseException
public static Map<String,Object> sourceAsMap(BytesReference source) throws ElasticsearchParseException
ElasticsearchParseException
public static Tuple<XContentType,Map<String,Object>> sourceAsMapAndType(byte[] bytes, int offset, int length) throws ElasticsearchParseException
ElasticsearchParseException
public static Map<String,Object> sourceAsMap(byte[] bytes, int offset, int length) throws ElasticsearchParseException
ElasticsearchParseException
public void setNextReader(org.apache.lucene.index.AtomicReaderContext context)
public void setNextDocId(int docId)
public void setNextSource(BytesReference source)
public void setNextSourceContentType(XContentType sourceContentType)
public BytesReference internalSourceRef()
public List<Object> extractRawValues(String path)
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.