Re: How to Create a weighted function (dismax or otherwise)

2014-05-28 Thread rulinma
good -- View this message in context: http://lucene.472066.n3.nabble.com/How-to-Create-a-weighted-function-dismax-or-otherwise-tp3119977p4138411.html Sent from the Solr - User mailing list archive at Nabble.com.

Re: How to Create a weighted function (dismax or otherwise)

2014-05-28 Thread rulinma
good. -- View this message in context: http://lucene.472066.n3.nabble.com/How-to-Create-a-weighted-function-dismax-or-otherwise-tp3119977p4138401.html Sent from the Solr - User mailing list archive at Nabble.com.

Re: How to Create a weighted function (dismax or otherwise)

2011-06-29 Thread Ahmet Arslan
> Are there any best practices or > preferred ways to accomplish what I am > trying? People usually prefer multiplicative boosting. But in your case you want additive boosting. Dismax's bf is additive. There is also _val_ hook. http://wiki.apache.org/solr/SolrQuerySyntax > Do the params for d

Re: How to Create a weighted function (dismax or otherwise)

2011-06-29 Thread aster
! -- View this message in context: http://lucene.472066.n3.nabble.com/How-to-Create-a-weighted-function-dismax-or-otherwise-tp3119977p3122630.html Sent from the Solr - User mailing list archive at Nabble.com.

Re: How to Create a weighted function (dismax or otherwise)

2011-06-29 Thread Ahmet Arslan
> I am trying to create a feature that > allows search results to be displayed by > this formula sum(weight1*text relevance score, weight2 * > price). weight1 and > weight2 are numeric values that can be changed to influence > the search > results. > > I am sending the following query params to th

How to Create a weighted function (dismax or otherwise)

2011-06-28 Thread aster
ice. I think this is because price is a numeric field and there is not text match. Is it possible to rank search results based on this formula - sum(weight1*text relevance score, weight2 * price). Thanks! -- View this message in context: http://lucene.472066.n3.nabble.com/How-to-Create-a-weighte