You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by "Yury Kats (JIRA)" <ji...@apache.org> on 2017/05/17 19:00:06 UTC

[jira] [Comment Edited] (SOLR-8847) SolrJ JDBC - Implement "Select *"

    [ https://issues.apache.org/jira/browse/SOLR-8847?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16014628#comment-16014628 ] 

Yury Kats edited comment on SOLR-8847 at 5/17/17 6:59 PM:
----------------------------------------------------------

"SELECT *" still does not work for queries without a LIMIT, even when all fields in the schema are docValues. 
The query fails with
{code}
java.io.IOException: score is not a valid field for unlimited queries
{code}
Since the user has no control over the "score" field, there is no way to make this work for the end user.


was (Author: ykats):
"SELECT *" still does not work for queries without a LIMIT, even when all fields in the schema as docValues. 
The query fails with
{code}
java.io.IOException: score is not a valid field for unlimited queries
{code}
Since the user has no control over the "score" field, there is no way to make this work for the end user.

> SolrJ JDBC - Implement "Select *" 
> ----------------------------------
>
>                 Key: SOLR-8847
>                 URL: https://issues.apache.org/jira/browse/SOLR-8847
>             Project: Solr
>          Issue Type: Sub-task
>          Components: SolrJ
>    Affects Versions: 6.0
>            Reporter: Trey Cahill
>            Assignee: Kevin Risden
>         Attachments: SOLR-8847.patch, SOLR-8847.patch
>
>
> The sql query "Select *" is commonly used, but currently all fields need to be specified.  This can cause some troubles as "Select *" has been used to pull back column metadata in some JDBC clients.



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)

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