[
https://issues.apache.org/jira/browse/SOLR-10427?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Michael Suzuki updated SOLR-10427:
----------------------------------
Description:
Currently the SolrJDBC is unable to handle fields of type FloatPointField.
When we query the example techproducts
{code}
SELECT price FROM techproducts limit 10
{code}
We get the following error: java.lang.Double cannot be cast to java.lang.String.
was:
Currently the SolrJDBC is unable to handle fields of type FloatPointField.
When we query the example techproducts
{code}
SELECT price FROM techproducts
{code}
We get the following error: java.lang.Double cannot be cast to java.lang.String.
> Add support for FloatPointField in Calcite
> ------------------------------------------
>
> Key: SOLR-10427
> URL: https://issues.apache.org/jira/browse/SOLR-10427
> Project: Solr
> Issue Type: Bug
> Security Level: Public(Default Security Level. Issues are Public)
> Reporter: Michael Suzuki
>
> Currently the SolrJDBC is unable to handle fields of type FloatPointField.
> When we query the example techproducts
> {code}
> SELECT price FROM techproducts limit 10
> {code}
> We get the following error: java.lang.Double cannot be cast to
> java.lang.String.
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]