Hey, If I want to rerank (rq={!ltr ...}) the window of top-k results but that top-k is not selected by a regular query-to-doc similarity score, but by a value of a date field (so technically, rerank k most recent), how should I do it?
Is ?q={!func}ms(my_date_field) the only way? Or is there a faster way? And how to deal with precision loss? I believe that scoring uses a float and is not big enough to encode date timestamps (long) precisely. Best, Tomasz