On Mon, Aug 18, 2008 at 7:12 PM, Rakesh Godhani <[EMAIL PROTECTED]> wrote:
> > Hi, I¹m using the data import mechanism to pull data into my index. If I > want to boost a certain field for all docs, (e.g. the title over the body) > what is the best way to do that? I was expecting to change something in > schema.xml but I don¹t see any info on boosting there. > You can specify the boost as an attribute on the field in data-config.xml <field column="title" boost="2.0" /> -- Regards, Shalin Shekhar Mangar.