Re: Turn on/off query based on a url parameter

2018-02-23 Thread Roopa Rao
Thanks, I got it working as below, features is true or false based on the efi parameter is_var. (Field and value should be substituted with correct names) { "store": "featurestore", "name": "isfeaturematch", "class": "org.apache.solr.ltr.feature.SolrFeature", "params": { "q

RE: Turn on/off query based on a url parameter

2018-02-22 Thread Phil Scadden
I always filter solr request via a proxy (so solr itself is not exposed directly to the web). In that proxy, the query parameters can be broken down and filtered as desired (I examine authorities granted to a session to control even which indexes are being searched) before passing the modified u