On Wed, Jun 16, 2010 at 3:27 PM, Jonathan Rochkind <rochk...@jhu.edu> wrote:
> {!dismax qf=$some_qf}   => no problem, and debugQuery reveals it is indeed
> using the qf I desire.
>
> {!dismax qf='$some_qf'}  => Solr throws "undefined field $some_qf".
>
> Is this a bug in Solr?

Nope, it's by design.
Parameter referencing is pretty simple... the only thing that works is
a bare foo=$bar

-Yonik
http://www.lucidimagination.com

Reply via email to