| 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 |
|---|
Mapper.BuilderContext(Settings indexSettings,
ContentPath contentPath) |
ParseContext.InternalParseContext(Settings indexSettings,
DocumentMapperParser docMapperParser,
DocumentMapper docMapper,
ContentPath path) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
DynamicTemplate.match(ContentPath path,
String name,
String dynamicType) |
Copyright © 2009–2017. All rights reserved.