I'm reading the solr cookbook and it suggests using a boost function bf=product(popularity)
parameter to boost certain documents based on the "popularity" score.
This could also be implemented using a index time boost on the document right?
So which is the better option? Is there a difference in terms of:
- Functionality?
- Performance?