Class FlattenedFieldMapper.Builder
java.lang.Object
org.elasticsearch.index.mapper.Mapper.Builder
org.elasticsearch.index.mapper.FieldMapper.Builder
org.elasticsearch.index.mapper.flattened.FlattenedFieldMapper.Builder
- All Implemented Interfaces:
- org.elasticsearch.common.xcontent.ToXContent,- org.elasticsearch.common.xcontent.ToXContentFragment
- Enclosing class:
- FlattenedFieldMapper
- 
Nested Class SummaryNested classes/interfaces inherited from interface org.elasticsearch.common.xcontent.ToXContentorg.elasticsearch.common.xcontent.ToXContent.DelegatingMapParams, org.elasticsearch.common.xcontent.ToXContent.MapParams, org.elasticsearch.common.xcontent.ToXContent.Params
- 
Field SummaryFields inherited from class org.elasticsearch.index.mapper.FieldMapper.BuildercopyTo, multiFieldsBuilderFields inherited from class org.elasticsearch.index.mapper.Mapper.BuildernameFields inherited from interface org.elasticsearch.common.xcontent.ToXContentEMPTY_PARAMS
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionbuild(ContentPath contentPath)Returns a newly built mapper.protected List<FieldMapper.Parameter<?>>Methods inherited from class org.elasticsearch.index.mapper.FieldMapper.BuilderaddScriptValidation, buildFullName, init, parentPath, parse, toXContentMethods inherited from class org.elasticsearch.index.mapper.Mapper.BuildernameMethods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.elasticsearch.common.xcontent.ToXContentFragmentisFragment
- 
Constructor Details- 
Builder
 
- 
- 
Method Details- 
getParameters- Specified by:
- getParametersin class- FieldMapper.Builder
- Returns:
- the list of parameters defined for this mapper
 
- 
buildDescription copied from class:Mapper.BuilderReturns a newly built mapper.- Specified by:
- buildin class- FieldMapper.Builder
 
 
-