public static final class ObjectSource.Builder extends Object
| Modifier and Type | Method and Description |
|---|---|
static ObjectSource |
builder(org.elasticsearch.common.xcontent.XContentBuilder source) |
static ObjectSource |
map(Map<String,Object> source) |
static ObjectSource |
map(Map<String,Object> source,
org.elasticsearch.common.xcontent.XContentType contentType) |
static ObjectSource |
string(String source) |
public static ObjectSource builder(org.elasticsearch.common.xcontent.XContentBuilder source)
public static ObjectSource string(String source)
public static ObjectSource map(Map<String,Object> source)
public static ObjectSource map(Map<String,Object> source, org.elasticsearch.common.xcontent.XContentType contentType)
Copyright © 2013 Molindo GmbH. All Rights Reserved.