as in https://www.elastic.co/guide/en/elasticsearch/guide/current/boosting-by-popularity.html I want to boost my search result by their popularity.
BUT I also want to boost the more recent.
I had the idea to combine this request with the one of RobMaters : Is it possible to boost 'newest' items using elasticsearch? (FOQElasticaBundle)
I have the feeling it's kind of weird to boost the popularity in some way (the fiels value factor function) ant the date in another (directly in the range query) --> Is there a "good" way to do it?
(if it is usefull I use the java api)