I have a search interface that searches for videos. There is a filter there that can sort the results based on views for last hour, last day, last week, last month and last year. Is there a way to achieve this sorting without always needing to update the index? E.g. After each specific duration expires, all documents need to be indexed again for newly calculated values.This is too much indexing overload. (p.s I am doing atomic indexing for these fields already)
- How to sort Solr search results by hour/day/week/month/y... gnandre
- Re: How to sort Solr search results by hour/day/wee... Walter Underwood
- Re: How to sort Solr search results by hour/day... Sidharth Negi
- RE: How to sort Solr search results by hour/day/wee... Moll, Dr. Andreas
- RE: How to sort Solr search results by hour/day/wee... Moll, Dr. Andreas