Cheburakshu created SOLR-11404:
----------------------------------

             Summary: Unable to select from collections having boolean data type
                 Key: SOLR-11404
                 URL: https://issues.apache.org/jira/browse/SOLR-11404
             Project: Solr
          Issue Type: Bug
      Security Level: Public (Default Security Level. Issues are Public)
            Reporter: Cheburakshu


I am unable to select from a collection (/sql endpoint) which has a boolean 
field. However, the same collection works for /select endpoint with q=*:*.

I am using Solr 6.6.1 on Ubuntu.

Raw Query Params:

stmt=select * from piwik_site limit 10

Response:

{
  "result-set":{
    "docs":[{
        "EXCEPTION":"java.lang.Boolean cannot be cast to java.lang.String",
        "EOF":true,
        "RESPONSE_TIME":77}]}}

Please let me know if you need more information.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org
For additional commands, e-mail: dev-h...@lucene.apache.org

Reply via email to