Re: mod function applied to ms function not working correctly

2022-08-31 Thread gnandre
Thanks, that is exactly it. On Wed, Aug 31, 2022 at 5:58 PM Mike Drob wrote: > I think this is > https://issues.apache.org/jira/browse/SOLR-16361 which is already being > worked on, and should be fixed in there next release. I don’t think we have > a workaround currently. > > Mike > > On Wed, Au

Re: mod function applied to ms function not working correctly

2022-08-31 Thread Mike Drob
I think this is https://issues.apache.org/jira/browse/SOLR-16361 which is already being worked on, and should be fixed in there next release. I don’t think we have a workaround currently. Mike On Wed, Aug 31, 2022 at 4:07 PM gnandre wrote: > mod function is not returning correct values when app

mod function applied to ms function not working correctly

2022-08-31 Thread gnandre
mod function is not returning correct values when applied to ms(NOW) or _version_ fields. "_version_":1697770046865014784, "ms(NOW)":1661979881038, "mod(ms(NOW),10)": 0.0, "mod(_version_,10)":6.0 It should return 8 and 4 respectively. Am I missing something?