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 ChildrenAggregationBuilderchildren(java.lang.String name, java.lang.String childType)Create a newChildrenaggregation with the given name.static ParentAggregationBuilderparent(java.lang.String name, java.lang.String childType)Create a newParentaggregation 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 newChildrenaggregation with the given name. -
parent
Create a newParentaggregation with the given name.
-