Class IdFieldMapper.Defaults

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

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

    Fields
    Modifier and Type Field Description
    static org.apache.lucene.document.FieldType FIELD_TYPE  
    static java.lang.String NAME  
    static org.apache.lucene.document.FieldType NESTED_FIELD_TYPE  
  • 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
    • FIELD_TYPE

      public static final org.apache.lucene.document.FieldType FIELD_TYPE
    • NESTED_FIELD_TYPE

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

    • Defaults

      public Defaults()