: Say I have a product called "SUPERBOT" and I want the text "I love SUPERBOT"
: to match the product SUPERBOT pretty high.
The issue you're having is that by default, a document won't match a
dismax query unless all of the words in the query string match on at least
one of the "qf" fields ...
I have a dismax handler to match product names found in free text
that looks like:
explicit
0.01
name^5 nec_name^3 ne_name
*
100
*:*
name is type string, nec_name and ne_name are special types that do
domain-specif