Hi, I am running into a weird rounding issue on Solr 5.2.1. I have a float field (also tried tfloat), I am indexing 154035.26 into it (confirmed in the data), but at query time, I get back 154035.27 (.01 more). Additionally when I query for the document and include this number in the q parameter, it comes up with both values, .26 and .27.
I've fed the values through the analyzer and I get this bizarre behavior per the screenshot below. The field is a single value float or tfloat field. Any help would be much appreciated, thanks in advance [image: Inline image 1]