Oops, sorry. I missed the 'Field' part. I wonder if that's something that can be done with Transformers?
An alternative could be having a 'text_boost' field next to 'text' field and using a custom UpdateRequestProcessor to merge the fields into one boosted version. Regards, Alex. Personal website: http://www.outerthoughts.com/ LinkedIn: http://www.linkedin.com/in/alexandrerafalovitch - Time is the quality of nature that keeps events from happening all at once. Lately, it doesn't seem to be working. (Anonymous - via GTD book) On Mon, Feb 10, 2014 at 7:04 PM, Shalin Shekhar Mangar <shalinman...@gmail.com> wrote: > Field level boosts are not supported by DIH. Can you open a jira issue? > > On Mon, Feb 10, 2014 at 4:23 PM, Viva Daniele <viva.dani...@gmail.com> wrote: >> Hi guys, >> >> I’m using dataimporthandler. >> >> i need to set a field boost at index time but i need to set it dynamically. >> This is what i’m truing to do: >> >> <entity name=“item" >> query=“select boost, id, name, text from table"> >> <field name=“name" column=“name" /> >> <field name=“id" column=“id" /> >> <field name=’text' column=’text' boost=“${boost}" /> >> </entity> >> >> Please, do you have any suggest? >> Thanks. > > > > -- > Regards, > Shalin Shekhar Mangar.