Hello, I'm trying to use dismax to search for several terms in several fields with different weights. It works good, but I want to limit the matching of terms to a single field. example: given the documents: doc1= name: pulp fiction category: thriller doc2= name: pulp category: fiction
query: qf=name^5 category&q=pulp fiction&mm=2 I want doc2 to get a higher score. Can I do this using dismax? -- View this message in context: http://lucene.472066.n3.nabble.com/dismax-limiting-term-match-to-one-field-tp2056498p2056498.html Sent from the Solr - User mailing list archive at Nabble.com.