Class ObjectMapper.Nested

org.elasticsearch.index.mapper.ObjectMapper.Nested
Enclosing class:
ObjectMapper

public static class ObjectMapper.Nested extends
  • Field Details

  • Method Details

    • newNested

      public static ObjectMapper.Nested newNested()
    • newNested

      public static > includeInParent, > includeInRoot)
    • merge

      public void merge(ObjectMapper.Nested mergeWith, MapperService.MergeReason reason)
    • isNested

      public boolean isNested()
    • isIncludeInParent

      public boolean isIncludeInParent()
    • isIncludeInRoot

      public boolean isIncludeInRoot()
    • setIncludeInParent

      public void setIncludeInParent(boolean value)
    • setIncludeInRoot

      public void setIncludeInRoot(boolean value)