ÖZGÜR YALÇIN created SOLR-11308:
-----------------------------------
Summary: CurrencyFields can not be multiValued
Key: SOLR-11308
URL: https://issues.apache.org/jira/browse/SOLR-11308
Project: Solr
Issue Type: Bug
Security Level: Public (Default Security Level. Issues are Public)
Components: Schema and Analysis
Affects Versions: 6.6
Environment: CENTOS 6.9
Reporter: ÖZGÜR YALÇIN
{code:java}
<fieldType name="currency" class="solr.CurrencyField"
currencyConfig="currency.xml" defaultCurrency="USD" precisionStep="8"/>
{code}
*When I use multiValued currency field as follows :*
{code:java}
<field name="price" type="currency" multiValued="true"/>
{code}
*it gives an error like that :* "collection:
org.apache.solr.common.SolrException:org.apache.solr.common.SolrException:
Could not load conf for core collection: Can't load schema
/opt/solr/server/solr/collection/conf/managed-schema: CurrencyFields can not be
multiValued: price"
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]