Class JoinAggregationBuilders


  • public abstract class JoinAggregationBuilders
    extends java.lang.Object
    • Method Summary

      Modifier and Type Method Description
      static ChildrenAggregationBuilder children​(java.lang.String name, java.lang.String childType)
      Create a new Children aggregation with the given name.
      static ParentAggregationBuilder parent​(java.lang.String name, java.lang.String childType)
      Create a new Parent aggregation with the given name.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • JoinAggregationBuilders

        public JoinAggregationBuilders()
    • Method Detail

      • children

        public static ChildrenAggregationBuilder children​(java.lang.String name,
                                                          java.lang.String childType)
        Create a new Children aggregation with the given name.
      • parent

        public static ParentAggregationBuilder parent​(java.lang.String name,
                                                      java.lang.String childType)
        Create a new Parent aggregation with the given name.