Re: math with date and modulo

2011-09-15 Thread stockii
okay, thanks a lot. I thought, that isnt possible to get the month in my case =( i will try out another way. - --- System One Server, 12 GB RAM, 2 Solr Instances, 8 Cores, 1 Core with 45 Million Documents other Cores < 20

Re: math with date and modulo

2011-09-14 Thread Chris Hostetter
: I try to get a diff of today and an dateField. from this diff, i want do a : modulo from another field with values of 1,3,6,12 ... : (DIFF(Month of Today - Month of Search) MOD interval) = 0 a) it looks like modulus was never implemneted as a function ... probably overlooked before it