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