haha.. all good! I'm trying to find my way there now too.
On Wed, Sep 13, 2017, 17:01 Diego Ceccarelli
wrote:
> Hey man, how's life?
> Are you at the conference? I'm going a the reception now, see you there in
> case :)
>
> On 29 Aug 2017 12:10, "Brian Yee" wrote:
>
> > Thank you Diego! This wo
Hey man, how's life?
Are you at the conference? I'm going a the reception now, see you there in
case :)
On 29 Aug 2017 12:10, "Brian Yee" wrote:
> Thank you Diego! This works with some small changes. My feature ended up
> looking like this:
>
> {
> "name" : "FeatureA",
> "store" : "commonFea
Thank you Diego! This works with some small changes. My feature ended up
looking like this:
{
"name" : "FeatureA",
"store" : "commonFeatureStore",
"class" : "org.apache.solr.ltr.feature.SolrFeature",
"params" : {
"q" : "{!func}if(gt(ms(CutoffDate,NOW),0),exists(query({!v=
PreZones:${zo
Hi Brian,
The plugin doesn't allow you to express multiple function queries in the
same feature. Maybe in this case you can express both the tw queries in one
unique function query, using the if function.
Something like:
"fq":"if(gt(ms(NOW,mydatefield),0,query(PreCutOffZones:${zone}), query(
Pos