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.