Hi, I have indexed a dynamic field in the <add><doc> as: <field name="stockPrice_f">28.00</field>. It is visible in my query. However, when I issue a query with a function: ... _val_:"sum(stockPrice_f, 10.00)"&fl=*,score I received the output of: <float name="score">36.41818</float> There were no other computations.
Can any one help on why the answer is off. Thank you. -- View this message in context: http://www.nabble.com/Precision-issue-with-sum%28%29-function-tp19616287p19616287.html Sent from the Solr - User mailing list archive at Nabble.com.