rollup-rec-aggr
.
This stage reads the Solr results (SolrResponse.class
) from the context and rolls up over a single field product a list of unique IDs and also aggregates the weights (any numeric field in Solr) for those IDs using any of the statistical aggregation functions available. The result from aggregation is saved back in the context and can be used later in a Parameterized Boosting stage.
\t
for the tab character. When entering configuration values in the API, use escaped characters, such as \\t
for the tab character.