Class RankFeaturesFieldMapper.Builder

java.lang.Object
org.elasticsearch.index.mapper.Mapper.Builder
org.elasticsearch.index.mapper.FieldMapper.Builder
org.elasticsearch.index.mapper.RankFeaturesFieldMapper.Builder
Enclosing class:
RankFeaturesFieldMapper

public static class RankFeaturesFieldMapper.Builder
extends org.elasticsearch.index.mapper.FieldMapper.Builder
  • 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
  • Constructor Summary

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

    Modifier and Type Method Description
    RankFeaturesFieldMapper build​(org.elasticsearch.index.mapper.ContentPath contentPath)  
    protected java.util.List<org.elasticsearch.index.mapper.FieldMapper.Parameter<?>> getParameters()  

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

    buildFullName, 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
  • Constructor Details

    • Builder

      public Builder​(java.lang.String name)
  • Method Details

    • getParameters

      protected java.util.List<org.elasticsearch.index.mapper.FieldMapper.Parameter<?>> getParameters()
      Specified by:
      getParameters in class org.elasticsearch.index.mapper.FieldMapper.Builder
    • build

      public RankFeaturesFieldMapper build​(org.elasticsearch.index.mapper.ContentPath contentPath)
      Specified by:
      build in class org.elasticsearch.index.mapper.FieldMapper.Builder