sortAttributes[i] = attributeExtractors.get(name).attributeFor(element, name);
}
}
results.add(new ResultImpl(element.getObjectKey(), element.getObjectValue(), query, attributes, sortAttributes));
}
for (AggregatorInstance<?> aggregator : aggregators) {
Attribute<?> attribute = aggregator.getAttribute();
if (attribute == null) {