Hi!
I'm trying App Search and I was wondering if there is a workaround to boost documents by "freshness" (the closer the date, the better the score).
I see here Relevance Tuning Guide, Weights and Boosts | Elastic App Search Documentation [7.10] | Elastic that:
- Functional Boost : Applies only to number fields.
- Proximity Boost : Applies to number and geolocation fields.
Maybe if I store my date as a number I will be able to work this out, but as Elasticsearch provide a nice way of doing what I want:
The decay can be applied on geo_point and date.
Is there any way to boost by Freshness via App Search?
Thanks!