Class ChiSquare.ChiSquareBuilder
java.lang.Object
org.elasticsearch.search.aggregations.bucket.significant.heuristics.NXYSignificanceHeuristic.NXYBuilder
org.elasticsearch.search.aggregations.bucket.significant.heuristics.ChiSquare.ChiSquareBuilder
- All Implemented Interfaces:
ToXContent,ToXContentFragment,SignificanceHeuristicBuilder
- Enclosing class:
- ChiSquare
public static class ChiSquare.ChiSquareBuilder extends NXYSignificanceHeuristic.NXYBuilder
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.elasticsearch.common.xcontent.ToXContent
ToXContent.DelegatingMapParams, ToXContent.MapParams, ToXContent.Params -
Field Summary
Fields inherited from class org.elasticsearch.search.aggregations.bucket.significant.heuristics.NXYSignificanceHeuristic.NXYBuilder
backgroundIsSuperset, includeNegatives -
Constructor Summary
Constructors Constructor Description ChiSquareBuilder(boolean includeNegatives, boolean backgroundIsSuperset) -
Method Summary
Modifier and Type Method Description XContentBuildertoXContent(XContentBuilder builder, ToXContent.Params params)Methods inherited from class org.elasticsearch.search.aggregations.bucket.significant.heuristics.NXYSignificanceHeuristic.NXYBuilder
build
-
Constructor Details
-
ChiSquareBuilder
public ChiSquareBuilder(boolean includeNegatives, boolean backgroundIsSuperset)
-
-
Method Details
-
toXContent
public XContentBuilder toXContent(XContentBuilder builder, ToXContent.Params params) throws java.io.IOException- Throws:
java.io.IOException
-