On Mon, Jan 19, 2009 at 9:42 PM, David Shettler <dshett...@gmail.com> wrote:

> Thank you Shalin, I'm in the process of implementing your suggestion,
> and it works marvelously.  Had to upgrade to solr 1.3, and had to hack
> up acts_as_solr to function correctly.
>
> Is there a way to receive a search for a given field, and have solr
> know to automatically check the two fields?  I suppose not.


If you use DisMax (defType=dismax) instead of the standard handler, the qf
parameter can be used to specify all the fields you want to search for the
given query.

http://wiki.apache.org/solr/DisMaxRequestHandler

-- 
Regards,
Shalin Shekhar Mangar.

Reply via email to