HI, I am confused to how to apply the multiplicative boost on multivalued field.
<field name="plid" type="string" indexed="true" stored="true" required="false" omitNorms="true" multiValued="true" /> Suppose in plid the value goes like 111,1234,2345,4567,2335,9876,555567 I am applying the filters on the plid like *..&fq=plid:(111 1234 2345 4567 2335 9876 555567)* Now i need to apply the boost on the first three plid as well, which is a multivalued field, so help me out here. With Regards Aman Tandon