Re: Querying Solr using dismax, requested field not showing up in debug score boosts

2010-11-02 Thread zakuhn
Ok, here is the query cleaned up a bit: solr/select/?q=mattress& q.op=AND& qt=dismax&fl=name%2Cdescription%2Cgroup_id%2Clowest_price%2Cnum_child_products%2Craw_category_string%2Ccategory_id%2Cparent_category_id%2Cstr_brand%2Cgrandparent_category_id%2Cgrandparent_category_name%2Cparent_category_na

Querying Solr using dismax, requested field not showing up in debug score boosts

2010-11-02 Thread zakuhn
I'm storing a set of products in solr as ducuments. I'm separating out the name, description, keywords, and product category name into separate fields so that I can boost them independently using the dismax handler. All the fields are stored as "text" in the same way. I'm passing these four field