: I ran into the same problem some time ago, couldn't find any relation to the : boost values on the multivalued field and the search results. Does anybody
as the OP mentioned, the index time boost values for a field are per field *name* not per value ... they all get folded in together into hte fieldNorm for that field name in that document. -Hoss