Thanks for the answer Jan, I noticed that my example doesn't correctly describe the problem I'm facing. here's a better example: doc1 is name=A B category=B doc2 is name=A category=B
when searching for the terms "A" and "B" I want doc2 to get a higher score. to be more specific, I don't want the term "B" to influence doc1's score in both <name> and <category>, only in one of them. basically it means a query builder which allows each term to one field. but it can allow several terms in the same field. perhaps this is somehow possible? -- View this message in context: http://lucene.472066.n3.nabble.com/dismax-limiting-term-match-to-one-field-tp2056498p2059122.html Sent from the Solr - User mailing list archive at Nabble.com.