Uploaded image for project: 'Solr'
  1. Solr
  2. SOLR-8654

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

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Resolved
    • Major
    • Resolution: Resolved
    • 6.0
    • None
    • None
    • None

    Description

      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.

      Attachments

        1. SOLR-8654.patch
          4 kB
          Joel Bernstein

        Activity

          People

            jbernste Joel Bernstein
            jbernste Joel Bernstein
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: