Hello. i am fighting with the FunctionQuery of Solr.
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 in a function somthing like this. ( i know that some functions are not available in solr) q={!func}$v2=0&v1=(NOW - $var)&v2=modulo($v1,interval) OR (DIFF(Month of Today - Month of Search) MOD interval) = 0 can anybody give me some tipps ? ----- ------------------------------- System ---------------------------------------- One Server, 12 GB RAM, 2 Solr Instances, 8 Cores, 1 Core with 45 Million Documents other Cores < 200.000 - Solr1 for Search-Requests - commit every Minute - 5GB Xmx - Solr2 for Update-Request - delta every Minute - 4GB Xmx -- View this message in context: http://lucene.472066.n3.nabble.com/math-with-date-and-modulo-tp3335800p3335800.html Sent from the Solr - User mailing list archive at Nabble.com.