| Package | Description |
|---|---|
| org.elasticsearch.index.mapper |
| Modifier and Type | Method and Description |
|---|---|
static MapperService.MergeReason |
MapperService.MergeReason.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MapperService.MergeReason[] |
MapperService.MergeReason.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
DocumentMapper |
MapperService.merge(String type,
CompressedXContent mappingSource,
MapperService.MergeReason reason,
boolean updateAllTypes) |
Copyright © 2009–2017. All rights reserved.