Class JoinAggregationBuilders

java.lang.Object
org.elasticsearch.join.aggregations.JoinAggregationBuilders

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

    Constructors
    Constructor Description
    JoinAggregationBuilders()  
  • 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 Details

    • JoinAggregationBuilders

      public JoinAggregationBuilders()
  • Method Details

    • 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.