You are viewing a plain text version of this content. The canonical link for it is here.
Posted to oak-issues@jackrabbit.apache.org by "Nitin Gupta (Jira)" <ji...@apache.org> on 2020/01/10 05:41:00 UTC

[jira] [Created] (OAK-8845) Function-based indexing don't support ordering

Nitin Gupta created OAK-8845:
--------------------------------

             Summary: Function-based indexing don't support ordering
                 Key: OAK-8845
                 URL: https://issues.apache.org/jira/browse/OAK-8845
             Project: Jackrabbit Oak
          Issue Type: Bug
            Reporter: Nitin Gupta


The documentation at [http://jackrabbit.apache.org/oak/docs/query/lucene.html#function-based-indexing] says "Function-based indexes can for example allow to search (or order by) the lower case version of a property."

While technically it's true, it leads to believe that "order by" uses the index efficiently. Unfortunately, it does not, as all entries are read.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)