I 'm importing data using DIH to solr. In my schema.xml I have all my fields defined. I know there are two types of boosting techniques, query time or index time. Is it possible to boost fields by assigning weight to them during index time.
For example, if there are 4 fields id, title, description & keyword. Then I would like to "boost" the score if the search string is in title as compared to keyword.
Thanks