Passing missing_bucket argument in TermsValuesSourceBuilder java api

While creating CompositeAggregation using CompositeAggregationBuilder and TermsValuesSourceBuilder, is it possible to pass missing_ bucket?

I mean is the following constructor exists ?

TermsValuesSourceBuilder(name, missingBucket){
}

P.S.: I was not sure whether its appropriate post this question here or in git.

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.