Elastic Search Recency Boosting - gradual decay

Hey Lakshay, welcome to the community!

This is a common issue with recency boosts in App Search, please refer to these workarounds

Can you share your current mapping and the query you used?

You could potentially wrap your query in a function_score and add a decay function on your date field as another potential workaround.

Read more:

Hope this helps! Let me know if you get stuck.