Re: Setting of Default Boost in Edismax Search Handler

2014-09-26 Thread O. Olson
I'm grateful to elyograg and erikhatcher on the #solr IRC for helping me with
this question. They first pointed me to the Edismax documentation's boost
parameter at
http://wiki.apache.org/solr/ExtendedDisMax#bf_.28Boost_Function.2C_additive.29
and asked me to put the following in my solrconfig.xml where I define my
request handler: 

str name=bflog(qty)/str

This worked perfectly for me.
Thanks again.
O. O. 




--
View this message in context: 
http://lucene.472066.n3.nabble.com/Setting-of-Default-Boost-in-Edismax-Search-Handler-tp4161122p4161320.html
Sent from the Solr - User mailing list archive at Nabble.com.


Setting of Default Boost in Edismax Search Handler

2014-09-25 Thread O. Olson
I have a setup very similar to the /browse handler in the example
(http://svn.apache.org/viewvc/lucene/dev/trunk/solr/example/example-DIH/solr/db/conf/solrconfig.xml?view=markup)
  

I am curious if it is possible to set a default boost function (e.g.
bf=log(qty)) , so that all query results would reflect it.

Thank you,
O. O.




--
View this message in context: 
http://lucene.472066.n3.nabble.com/Setting-of-Default-Boost-in-Edismax-Search-Handler-tp4161122.html
Sent from the Solr - User mailing list archive at Nabble.com.