Class SearchAsYouTypeFieldMapper.Builder

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

public static class SearchAsYouTypeFieldMapper.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, org.elasticsearch.index.analysis.IndexAnalyzers indexAnalyzers)  
  • Method Summary

    Modifier and Type Method Description
    SearchAsYouTypeFieldMapper 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, org.elasticsearch.index.analysis.IndexAnalyzers indexAnalyzers)
  • 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 SearchAsYouTypeFieldMapper build​(org.elasticsearch.index.mapper.ContentPath contentPath)
      Specified by:
      build in class org.elasticsearch.index.mapper.FieldMapper.Builder