Bill (et al.) :
The issue I'm running into (apologies for explaining it poorly previously)
is how to reference the query term in the definition of "bf" in solrconfig.
e.g. I can statically define the search term (in this case "love") in
solrconfig.xml, and results are as I desire:
dismax
c
Put everything except q in solrconfig... Then just use
qt=nameinsolrconfig&q=
On 5/19/11 7:52 PM, "ronveenstra" wrote:
>Apologies if this is obvious, but I've been banging my head against a
>wall.
>
>I can define a query like the following:
>
>http://HOST_NAME/solr/select?q=$search_term&bq=boo
Apologies if this is obvious, but I've been banging my head against a wall.
I can define a query like the following:
http://HOST_NAME/solr/select?q=$search_term&bq=boost_high:$search_term^1.5&bq=boost_medium:$search_term^1.3&bq=boost_max:$search_term^1.7&bq=boost_low:$search_term^1.1
This does p
You might look at edismax on the 3.1 and trunk, it calculates scores a
bit differently.
You could always just form the query yourself in the app and not use
dismax I think.
Best
Erick
On Wed, May 18, 2011 at 6:06 PM, ronveenstra wrote:
> I have a sizable index with a main "content" field, and 5