First, you should show us the query, as well as the debug output, it
often helps to have a second set of eyes...

Where are you specifying the qf? Under any circumstance it would
be helpful to see the definition of the request handler you're using.

Because as it stands, the best I can say is that I haven't a clue...

Best
Erick



On Tue, Nov 2, 2010 at 1:51 PM, zakuhn <zak.k...@extrabux.com> wrote:

>
> 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