Hi all, I set up a morelikethis request in solr 4.9 handler and it works fine for fields that are text but when I try to use a float field the results "seem" like it treats the float value as text eg. For the input document with a float field value of 30000, in the top ten results for mlt a document with the value 3000 would be returned.
Has anyone ever seen this? thanks