Class MetadataFieldMapper.Builder

java.lang.Object
All Implemented Interfaces:
org.elasticsearch.common.xcontent.ToXContent, org.elasticsearch.common.xcontent.ToXContentFragment
Direct Known Subclasses:
AllFieldMapper.Builder, RoutingFieldMapper.Builder, SourceFieldMapper.Builder
Enclosing class:
MetadataFieldMapper

public abstract static class MetadataFieldMapper.Builder
extends FieldMapper.Builder
  • Nested Class Summary

    Nested classes/interfaces inherited from interface org.elasticsearch.common.xcontent.ToXContent

    org.elasticsearch.common.xcontent.ToXContent.DelegatingMapParams, org.elasticsearch.common.xcontent.ToXContent.MapParams, org.elasticsearch.common.xcontent.ToXContent.Params
  • Field Summary

    Fields inherited from class org.elasticsearch.index.mapper.FieldMapper.Builder

    copyTo, multiFieldsBuilder

    Fields inherited from class org.elasticsearch.index.mapper.Mapper.Builder

    name

    Fields inherited from interface org.elasticsearch.common.xcontent.ToXContent

    EMPTY_PARAMS
  • Constructor Summary

    Constructors
    Modifier Constructor Description
    protected Builder​(java.lang.String name)  
  • Method Summary

    Modifier and Type Method Description
    abstract MetadataFieldMapper build()  
    MetadataFieldMapper build​(ContentPath path)
    Returns a newly built mapper.

    Methods inherited from class org.elasticsearch.index.mapper.FieldMapper.Builder

    addScriptValidation, buildFullName, getParameters, init, parentPath, parse, toXContent

    Methods inherited from class org.elasticsearch.index.mapper.Mapper.Builder

    name

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

    Methods inherited from interface org.elasticsearch.common.xcontent.ToXContentFragment

    isFragment