On Fri, Apr 22, 2011 at 12:26 AM, Bill Bell <billnb...@gmail.com> wrote:
> I know that the _val_ is the only thing influencing the score.

What creates the score is the main query.
There are tons of ways to build up that main query in different ways.
So the answer to your question is "yes", you can influence the score
without messing with the "q" param.
To get more help, you need to get more specific about what you are
trying to do though (or come up with a concrete example using the
example docs, etc).

> The fq is just to limit also by those queries.
>
> What I am asking is if it is possible to just influence the score using
> _val_ but not in the Q parameter?
>
> Something like bq=val_:"{!type=dismax qf=$qqf  v=$qspec}"
> _val_:"{!type=dismax
> qt=dismaxname v=$qname}"
>
>
> Is there something like that?

Sure.  Doesn't what you tried above work?


-Yonik
http://www.lucenerevolution.org -- Lucene/Solr User Conference, May
25-26, San Francisco

Reply via email to