Package | Description |
---|---|
org.elasticsearch.action.admin.indices.mapping.get |
Modifier and Type | Field and Description |
---|---|
static GetFieldMappingsResponse.FieldMappingMetaData |
GetFieldMappingsResponse.FieldMappingMetaData.NULL |
Modifier and Type | Method and Description |
---|---|
GetFieldMappingsResponse.FieldMappingMetaData |
GetFieldMappingsResponse.fieldMappings(String index,
String type,
String field)
Returns the mappings of a specific field.
|
Modifier and Type | Method and Description |
---|---|
com.google.common.collect.ImmutableMap<String,com.google.common.collect.ImmutableMap<String,com.google.common.collect.ImmutableMap<String,GetFieldMappingsResponse.FieldMappingMetaData>>> |
GetFieldMappingsResponse.mappings()
returns the retrieved field mapping.
|
Copyright © 2009–2015. All rights reserved.