On Jul 16, 2008, at 7:38 PM, Ryan McKinley wrote:
(assuming you are using 1.3-dev), you could use the dismax query parser syntax for the fq param. I think it is something like:
fq=<!dismax>your query

The latest committed syntax is:

   {!dismax qf="...."}your query

For example, with the sample data: <http://localhost:8983/solr/select?q=*:*&fq={!dismax%20qf=%22name%22}ipod&debugQuery=true >

I can't find the syntax now (Yonik?)

but I don't know how you could pull out the qf,pf,etc fields for the fq portion vs the q portion.

You can add parameters like the qf above, within the {!dismax ... } area.

        Erik

Reply via email to