You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm not sure if there's an appetite for this, but I find it enormously useful to be able to send arbitrary parameters to Solr outside of what the API typically allows (i.e., low-level queries like what pysolr provides).
I have a function I hacked on top of sunburnt that allows me to do raw queries. For example, I can do this:
The main way I use this is to add a caller parameter to every request I make so that I can keep track of which ones are slow or later sort things out in the logs, but I also use it when sunburnt or lacks a parameter I need.
Any appetite for adding this into core? I can provide a PR if so.
The text was updated successfully, but these errors were encountered:
I've continued researching this today and there's some good news. Looks like this was added to Sunburnt towards the end of last year. Would a PR to merge this in be welcome? It's a slim and tidy little patch:
I'm not sure if there's an appetite for this, but I find it enormously useful to be able to send arbitrary parameters to Solr outside of what the API typically allows (i.e., low-level queries like what pysolr provides).
I have a function I hacked on top of sunburnt that allows me to do raw queries. For example, I can do this:
And that'll make a Solr request like:
The main way I use this is to add a
caller
parameter to every request I make so that I can keep track of which ones are slow or later sort things out in the logs, but I also use it whensunburnt
or lacks a parameter I need.Any appetite for adding this into core? I can provide a PR if so.
The text was updated successfully, but these errors were encountered: