You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@solr.apache.org by "Mayya Sharipova (Jira)" <ji...@apache.org> on 2021/06/23 13:50:08 UTC

[jira] [Updated] (SOLR-15358) CurrencyFieldType doesn't support docValues

     [ https://issues.apache.org/jira/browse/SOLR-15358?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Mayya Sharipova updated SOLR-15358:
-----------------------------------
    Security:     (was: Public)

> CurrencyFieldType doesn't support docValues
> -------------------------------------------
>
>                 Key: SOLR-15358
>                 URL: https://issues.apache.org/jira/browse/SOLR-15358
>             Project: Solr
>          Issue Type: Bug
>          Components: Schema and Analysis
>            Reporter: David Smiley
>            Priority: Major
>
> CurrencyFieldType is an aggregate field type containing two sub-fields.  Ideally, the docValues setting would be honored but it isn't.  The bug is that CFT.createFields calls createField (singular) on the sub-fields but the singular form of createField never returns docValues.  The singular form is a rather trappy API.
> Tragically, CurrencyFieldType was created to replace the deprecated CurrencyField to allow docValues to be supported.  Through the auto-magic of uninverting, it's easy to not tell.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@solr.apache.org
For additional commands, e-mail: issues-help@solr.apache.org