Re: FunctionQuery step function

2008-02-14 Thread Chris Hostetter
: We'd like to restrict older modified documents with a step function, rather : bf="map(map(modified,0,0,today),0,12monthago,0.2) : map(map(modified,0,0,today),12monthago,6monthago,0.3) : map(map(modified,0,0,today),6monthsago,today,1)" : : is this inefficient? For something like this, i would

FunctionQuery step function

2008-02-13 Thread Daniel Rosher
Hi All, We'd like to restrict older modified documents with a step function, rather than the suggested method: *recip(rord(creationDate),1,1000,1000). I'm wondering whether the following might do it, and if anyone else has had to solve this before? bf="map(map(modified,0,0,today),0,12monthago,0