On Mon, Mar 23, 2009 at 12:22 PM, Kraus, Ralf | pixelhouse GmbH <r...@pixelhouse.de> wrote: > Hi, > > is there a chance to set boosting directly in my schema.xml ?
Query time boosts are much more flexible. Actual index-time boosts should normally only be used to boost certain documents over other documents. If you don't want to have to send them in your query request, the dismax query type allows fields and boosts to be specified separately from the actual user query. This would then allow you to specify (via defaults in solrconfig.xml, per-handler) what fields should be searched and the boost for each field. -Yonik http://www.lucidimagination.com