Re: CurrencyField querying in Solr 4

2013-02-25 Thread Chris Hostetter
: my_money:[* TO *] : : The result is ALL documents (even though only 1 document actually has this : field populated. ... : +my_money:[* TO *] -my_money:0 : : We get the single document back. Hmmm, i can reproduce, and that definitely doesn't make any sense to me. There are some open i

CurrencyField querying in Solr 4

2013-02-25 Thread Gerald Blanck
We are attempting to leverage the CurrecyField type. We have defined the currency field type as: And defined a field as: When querying the field with something like: my_money:[* TO *] The result is ALL documents (even though only 1 document actually has this field populated. When query