Details
Description
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.
Attachments
Attachments
Issue Links
- is duplicated by
-
OAK-9388 QueryImply#canSortByIndex() explicitly returns false for function based indexes though it's actually supported.
- Resolved
- links to