Package | Description |
---|---|
org.elasticsearch.index.mapper.object |
Modifier and Type | Field and Description |
---|---|
protected ObjectMapper.Dynamic |
ObjectMapper.Builder.dynamic |
static ObjectMapper.Dynamic |
ObjectMapper.Defaults.DYNAMIC |
Modifier and Type | Method and Description |
---|---|
ObjectMapper.Dynamic |
ObjectMapper.dynamic() |
static ObjectMapper.Dynamic |
ObjectMapper.Dynamic.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ObjectMapper.Dynamic[] |
ObjectMapper.Dynamic.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
protected ObjectMapper |
RootObjectMapper.Builder.createMapper(String name,
String fullPath,
boolean enabled,
ObjectMapper.Nested nested,
ObjectMapper.Dynamic dynamic,
ContentPath.Type pathType,
Map<String,Mapper> mappers,
Settings settings) |
protected ObjectMapper |
ObjectMapper.Builder.createMapper(String name,
String fullPath,
boolean enabled,
ObjectMapper.Nested nested,
ObjectMapper.Dynamic dynamic,
ContentPath.Type pathType,
Map<String,Mapper> mappers,
Settings settings) |
T |
ObjectMapper.Builder.dynamic(ObjectMapper.Dynamic dynamic) |
Copyright © 2009–2015. All rights reserved.