Package | Description |
---|---|
org.elasticsearch.index.mapper.object |
Modifier and Type | Field and Description |
---|---|
protected ObjectMapper.Nested |
ObjectMapper.Builder.nested |
static ObjectMapper.Nested |
ObjectMapper.Defaults.NESTED |
static ObjectMapper.Nested |
ObjectMapper.Nested.NO |
Modifier and Type | Method and Description |
---|---|
ObjectMapper.Nested |
ObjectMapper.nested() |
static ObjectMapper.Nested |
ObjectMapper.Nested.newNested(boolean includeInParent,
boolean includeInRoot) |
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.nested(ObjectMapper.Nested nested) |
Copyright © 2009–2015. All rights reserved.