[
https://issues.apache.org/jira/browse/OAK-8845?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17022673#comment-17022673
]
Nitin Gupta commented on OAK-8845:
----------------------------------
The failing tests passed now -
[https://builds.apache.org/job/Jackrabbit%20Oak/2578/org.apache.jackrabbit$oak-solr-core/testReport/]
but the overall build failed with
{code:java}
[ERROR] Failed to execute goal
com.github.spotbugs:spotbugs-maven-plugin:3.1.11:spotbugs (spotbugs) on project
oak-run: Execution spotbugs of goal
com.github.spotbugs:spotbugs-maven-plugin:3.1.11:spotbugs failed: Java
returned: 2147483647 -> [Help 1]{code}
I don't think this could be related to my change - didn't do any change in
oak-run
> 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
> Assignee: Nitin Gupta
> Priority: Major
> Fix For: 1.24.0
>
> Attachments: OAK-8845_1.patch
>
>
> 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)