Class FieldMapper.MultiFields

java.lang.Object
org.elasticsearch.index.mapper.FieldMapper.MultiFields
All Implemented Interfaces:
java.lang.Iterable<Mapper>
Enclosing class:
FieldMapper

public static class FieldMapper.MultiFields
extends java.lang.Object
implements java.lang.Iterable<Mapper>
  • Nested Class Summary

    Nested Classes 
    Modifier and Type Class Description
    static class  FieldMapper.MultiFields.Builder  
  • Method Summary

    Modifier and Type Method Description
    static FieldMapper.MultiFields empty()  
    java.util.Iterator<Mapper> iterator()  
    FieldMapper.MultiFields merge​(FieldMapper.MultiFields mergeWith)  
    void parse​(FieldMapper mainField, ParseContext context)  
    org.elasticsearch.common.xcontent.XContentBuilder toXContent​(org.elasticsearch.common.xcontent.XContentBuilder builder, org.elasticsearch.common.xcontent.ToXContent.Params params)  

    Methods inherited from class java.lang.Object

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

    Methods inherited from interface java.lang.Iterable

    forEach, spliterator