Skip to content

Instantly share code, notes, and snippets.

View agazzarini's full-sized avatar

Andrea Gazzarini agazzarini

View GitHub Profile
@softwaredoug
softwaredoug / localparams.md
Last active September 6, 2017 15:24
Solr Local Params -- Secret Manual

Infinite Recursion Errors

What's wrong with this?

q=cats&bq={!edismax qf=title v=$q}

Well it turns out that the local params carries the external params with it. So the bq will get applied to itself, resulting in "Infinite Recursion Errors".