: http://wiki.apache.org/solr/FunctionQuery. Either that or roll it up into the : document boost, but that loses some precision.
but if that's what you want to do then yes: solr can compute the documenta boost on submission based on the field values ... *IF* if you write an UpdateProcessor to do that. : > <field name="typeBoost">1.2</field> : > <field name="versionBoost">1.5</field> : > <field name="relevanceBoost">0.8</field> : > : > Document boost = 1.2*1.5*0.8 : > : > Is it possible to get SOLr to calculate the boost automatically upon : > submission based on field values? -Hoss