Package | Description |
---|---|
org.elasticsearch.index.mapper.object |
Modifier and Type | Method and Description |
---|---|
static DynamicTemplate.MatchType |
DynamicTemplate.MatchType.fromString(String value) |
static DynamicTemplate.MatchType |
DynamicTemplate.MatchType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DynamicTemplate.MatchType[] |
DynamicTemplate.MatchType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Constructor and Description |
---|
DynamicTemplate(String name,
Map<String,Object> conf,
String pathMatch,
String pathUnmatch,
String match,
String unmatch,
String matchMappingType,
DynamicTemplate.MatchType matchType,
Map<String,Object> mapping) |
Copyright © 2009–2015. All rights reserved.