Hey !
I use boost on my documents and Solr takes my boosts in consideration ! But
now, i would like to get the "boost" of each documents but there are not
present in my XML result ... why ?
What i have in my XML result:
<doc>
<int name="test">1</int>
</doc>
What i want in my XML result :
<doc boost="2.0">
<int name="test">1</int>
</doc>
Thanks for your help !
-- 
View this message in context: 
http://old.nabble.com/Where-are-my-boosts---tp27874753p27874753.html
Sent from the Solr - User mailing list archive at Nabble.com.

Reply via email to