public static class ParentFieldMapper.Builder extends Mapper.Builder<ParentFieldMapper.Builder,ParentFieldMapper>
| Modifier and Type | Field and Description |
|---|---|
protected Settings |
fieldDataSettings |
protected String |
indexName |
protected PostingsFormatProvider |
postingsFormat |
builder, name| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
ParentFieldMapper |
build(Mapper.BuilderContext context) |
ParentFieldMapper.Builder |
fieldDataSettings(Settings settings) |
protected ParentFieldMapper.Builder |
postingsFormat(PostingsFormatProvider postingsFormat) |
ParentFieldMapper.Builder |
type(String type) |
nameprotected String indexName
protected PostingsFormatProvider postingsFormat
protected Settings fieldDataSettings
public ParentFieldMapper.Builder type(String type)
protected ParentFieldMapper.Builder postingsFormat(PostingsFormatProvider postingsFormat)
public ParentFieldMapper.Builder fieldDataSettings(Settings settings)
public ParentFieldMapper build(Mapper.BuilderContext context)
build in class Mapper.Builder<ParentFieldMapper.Builder,ParentFieldMapper>Copyright © 2009–2016. All rights reserved.