Miklós Márton created SOLR-3878:
-----------------------------------
Summary: NPE in CurrencyValue.parse() while issuing wildcard range
query on a CurrencyField
Key: SOLR-3878
URL: https://issues.apache.org/jira/browse/SOLR-3878
Project: Solr
Issue Type: Bug
Components: query parsers
Affects Versions: 3.6.1
Reporter: Miklós Márton
Priority: Minor
According to the [wiki|http://wiki.apache.org/solr/CurrencyField#Querying]
wildcard range queries are supported. In reality either of the following
queries result in NPE using the example schema.
- price_c:[* TO 1000]
- price_c:[* TO 1000,USD]
- price_c:[*,USD TO 1000,USD]
- price_c:[1000 TO *]
- price_c:[1000,USD TO *]
- price_c:[1000,USD TO *]
--
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]