135136137138139140141142143144145
return order; } else if (!(order instanceof Aggregation)) { return order; } OrderPath path = ((Aggregation) order).path(); path.validate(termsAggregator); return order; } static class Aggregation extends InternalOrder {