I want to sort my solr search results based on popularity.
We need to compose the popularity by combining two custom fields: ranking and release date with a formula such as (ranking * release date). This popularity needs be precomputed and put in a separate index.
Can anyone help on how this can be done?
Regards.