> Eric, > Score is not coming properly even after > giving boost value in document > and field level. > Please find the solrconfig.xml, > schema.xml, data-config.xml, the feed and > the score & query. > Doc with id 'ABCDEF/L' is boosted and doc > with id 'MA147LL/A' is not > boosted, but both are returning same score - 0.1942141. > Could you please help me to find where I > did a mistake?
It seems that you are using DIH to index feed.xml. You can directly post feed.xml to solr, then your boosts will be taken into account. There is a script named post.sh for this purpose. As Erik said, you can always verify boosts with &debugQuery=on.