Modifier and Type | Method and Description |
---|---|
protected static Tuple<String,String[]> |
ElasticsearchException.WithRestHeaders.header(String name,
String... values) |
Constructor and Description |
---|
WithRestHeaders(String msg,
Throwable cause,
Tuple<String,String[]>... headers) |
WithRestHeaders(String msg,
Tuple<String,String[]>... headers) |
Modifier and Type | Method and Description |
---|---|
Tuple<String,Long>[] |
ParsedScrollId.getContext() |
Constructor and Description |
---|
ParsedScrollId(String source,
String type,
Tuple<String,Long>[] context,
Map<String,String> attributes) |
Modifier and Type | Method and Description |
---|---|
static <V1,V2> Tuple<V1,V2> |
Tuple.tuple(V1 v1,
V2 v2) |
Modifier and Type | Method and Description |
---|---|
static Tuple<XContentType,Map<String,Object>> |
XContentHelper.convertToMap(byte[] data,
boolean ordered) |
static Tuple<XContentType,Map<String,Object>> |
XContentHelper.convertToMap(byte[] data,
int offset,
int length,
boolean ordered) |
static Tuple<XContentType,Map<String,Object>> |
XContentHelper.convertToMap(BytesReference bytes,
boolean ordered) |
Modifier and Type | Method and Description |
---|---|
Tuple<DocumentMapper,Boolean> |
MapperService.documentMapperWithAutoCreate(String type)
Returns the document mapper created, including if the document mapper ended up
being actually created or not in the second tuple value.
|
Modifier and Type | Method and Description |
---|---|
ParsedDocument |
ParsedDocument.setMappingsModified(Tuple<DocumentMapper,Boolean> docMapper)
Uses the value of get document or create to automatically set if mapping is
modified or not.
|
Modifier and Type | Method and Description |
---|---|
void |
NestedQueryParser.ToBlockJoinQueryBuilder.setInnerHits(Tuple<String,SubSearchContext> innerHits) |
Modifier and Type | Method and Description |
---|---|
Tuple<String,SubSearchContext> |
InnerHitsQueryParserHelper.parse(QueryParseContext parserContext) |
Modifier and Type | Method and Description |
---|---|
static Tuple<Settings,Environment> |
InternalSettingsPreparer.prepareSettings(Settings pSettings,
boolean loadConfigSettings) |
Modifier and Type | Method and Description |
---|---|
com.google.common.collect.ImmutableList<Tuple<PluginInfo,Plugin>> |
PluginsService.plugins() |
Modifier and Type | Method and Description |
---|---|
static Tuple<XContentType,Map<String,Object>> |
SourceLookup.sourceAsMapAndType(byte[] bytes,
int offset,
int length) |
static Tuple<XContentType,Map<String,Object>> |
SourceLookup.sourceAsMapAndType(BytesReference source) |
Copyright © 2009–2015. All rights reserved.