Details

    • Sub-task
    • Status: Closed
    • Minor
    • Resolution: Fixed
    • None
    • 1.0.8, 1.1.2
    • lucene
    • None

    Description

      Allow use of Lucene property index for cases where query specifies an order by clause and does not specify the where clause i.e. for an index definition like below

      {
        "test": {
          "orderedProps": [
            "foo"
          ],
          "properties": {
            "foo": {
              "type": "Long"
            }
          }
        }
      }
      

      And query like

      select [jcr:path] from [nt:base] order by [foo]
      

      Lucene should be use to return an order result

      Attachments

        Activity

          People

            chetanm Chetan Mehrotra
            chetanm Chetan Mehrotra
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: