Hoss Man created SOLR-4504:
------------------------------

             Summary: CurrencyField treats docs w/o value the same as having a 
value of 0.0
                 Key: SOLR-4504
                 URL: https://issues.apache.org/jira/browse/SOLR-4504
             Project: Solr
          Issue Type: Bug
            Reporter: Hoss Man


As noted by Gerald Blank on the mailing list, CurrencyField queries treat 
documents w/o any value the same as documents wit ha value of 0.0f.

observe that using the example solr schema, with any number of docs indexed, 
this query matches all docs even though no docs have any values at all for hte 
specified field...

{noformat}
http://localhost:8983/solr/select?q=hoss_c:[*%20TO%20*]
{noformat}

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to