Class Mapper.Builder

org.elasticsearch.index.mapper.Mapper.Builder
Direct Known Subclasses:
FieldAliasMapper.Builder, FieldMapper.Builder, ObjectMapper.Builder
Enclosing class:
Mapper

public abstract static class Mapper.Builder extends
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    protected
     
  • Constructor Summary

    Constructors
    Modifier
    Constructor
    Description
    protected
     name)
     
  • Method Summary

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

    Methods inherited from class java.lang.

    , , , , , , , , , ,
  • Field Details

    • name

      protected final  name
  • Constructor Details

    • Builder

      protected Builder( name)
  • Method Details

    • name

      public  name()
    • build

      public abstract Mapper build(ContentPath contentPath)
      Returns a newly built mapper.