Class SourceFieldMapper.Defaults

java.lang.Object
org.elasticsearch.index.mapper.SourceFieldMapper.Defaults
Enclosing class:
SourceFieldMapper

public static class SourceFieldMapper.Defaults
extends java.lang.Object
  • Field Summary

    Fields
    Modifier and Type Field Description
    static boolean ENABLED  
    static org.apache.lucene.document.FieldType FIELD_TYPE  
    static java.lang.String NAME  
  • Constructor Summary

    Constructors
    Constructor Description
    Defaults()  
  • Method Summary

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

    • NAME

      public static final java.lang.String NAME
      See Also:
      Constant Field Values
    • ENABLED

      public static final boolean ENABLED
      See Also:
      Constant Field Values
    • FIELD_TYPE

      public static final org.apache.lucene.document.FieldType FIELD_TYPE
  • Constructor Details

    • Defaults

      public Defaults()