Exponential function for search algorithm
I implemented a linear function for a search algorithm, that boosts a document according to its time since upload. So the newer a document the more likely it will be presented for a given search term. Maximum age that will be boosted is 365 days (MaxDays
) to a maximum of 10 points (MaxBoost
).