this(CategoryListParams.DEFAULT_TERM.field(), reader, sumArray);
}
public AssociationFloatSumAggregator(String field, IndexReader reader, float[] sumArray) throws IOException {
this.field = field;
associationsPayloadIterator = new AssociationsPayloadIterator(reader, field);
this.sumArray = sumArray;
}