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 fields in the fl param to the dismax handler, and I'm
also specifying them with a boost in the qf field. Not every record
(document) has a category name associated with it, but the problem I have is
that even when the category name comes back in the query results, I do not
see the boost I am applying to that field taking effect in the debug output
of the solr query.

Does anyone have an idea of why this could be?

-- 
View this message in context: 
http://lucene.472066.n3.nabble.com/Querying-Solr-using-dismax-requested-field-not-showing-up-in-debug-score-boosts-tp1829456p1829456.html
Sent from the Solr - User mailing list archive at Nabble.com.

Reply via email to