parent
668dbe498a
commit
c4e2f63b17
|
@ -82,6 +82,8 @@ public abstract class AbstractTermsParametersParser {
|
||||||
executionHint = parser.text();
|
executionHint = parser.text();
|
||||||
} else if(Aggregator.COLLECT_MODE.match(currentFieldName)){
|
} else if(Aggregator.COLLECT_MODE.match(currentFieldName)){
|
||||||
collectMode = SubAggCollectionMode.parse(parser.text());
|
collectMode = SubAggCollectionMode.parse(parser.text());
|
||||||
|
} else if (REQUIRED_SIZE_FIELD_NAME.match(currentFieldName)) {
|
||||||
|
bucketCountThresholds.setRequiredSize(parser.intValue());
|
||||||
} else {
|
} else {
|
||||||
parseSpecial(aggregationName, parser, context, token, currentFieldName);
|
parseSpecial(aggregationName, parser, context, token, currentFieldName);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue