Package | Description |
---|---|
org.elasticsearch.index.mapper | |
org.elasticsearch.index.mapper.object |
Modifier and Type | Method and Description |
---|---|
ContentPath |
Mapper.BuilderContext.path() |
abstract ContentPath |
ParseContext.path() |
ContentPath |
ParseContext.InternalParseContext.path() |
Modifier and Type | Method and Description |
---|---|
ParseContext |
ParseContext.overridePath(ContentPath path)
Return a new context that will have the provided path.
|
Constructor and Description |
---|
BuilderContext(Settings indexSettings,
ContentPath contentPath) |
InternalParseContext(String index,
Settings indexSettings,
DocumentMapperParser docMapperParser,
DocumentMapper docMapper,
ContentPath path) |
Modifier and Type | Method and Description |
---|---|
DynamicTemplate |
RootObjectMapper.findTemplate(ContentPath path,
String name,
String matchType) |
boolean |
DynamicTemplate.match(ContentPath path,
String name,
String dynamicType) |
Copyright © 2009–2015. All rights reserved.