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

ASF subversion and git services commented on SOLR-8654:
-------------------------------------------------------

Commit a01c518b94f3cf871210252ff0b40f66c65741d4 in lucene-solr's branch 
refs/heads/master from jbernste
[ https://git-wip-us.apache.org/repos/asf?p=lucene-solr.git;h=a01c518 ]

SOLR-8654: SQL: Unlimited SELECT without an ORDER BY should sort by _version_ 
desc


> SQL: Unlimited SELECT without an ORDER BY should sort by _version_ desc
> -----------------------------------------------------------------------
>
>                 Key: SOLR-8654
>                 URL: https://issues.apache.org/jira/browse/SOLR-8654
>             Project: Solr
>          Issue Type: Improvement
>    Affects Versions: 6.0
>            Reporter: Joel Bernstein
>            Assignee: Joel Bernstein
>         Attachments: SOLR-8654.patch
>
>
> Currently unlimited SELECT statements will throw an exception if an ORDER BY 
> clause is not provided. This is because unlimited selects are handled by the 
> /export handler which requires a sort. Rather then throw an exception we can 
> just order by the _version_ number. 



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

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

Reply via email to