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/02/11 11:09:00 UTC

[jira] [Resolved] (OAK-8711) Queries with facets should not use traversal

     [ https://issues.apache.org/jira/browse/OAK-8711?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Nitin Gupta resolved OAK-8711.
------------------------------
    Fix Version/s: 1.24.0
       Resolution: Fixed

> Queries with facets should not use traversal
> --------------------------------------------
>
>                 Key: OAK-8711
>                 URL: https://issues.apache.org/jira/browse/OAK-8711
>             Project: Jackrabbit Oak
>          Issue Type: Bug
>            Reporter: Nitin Gupta
>            Assignee: Nitin Gupta
>            Priority: Major
>              Labels: amrit
>             Fix For: 1.24.0
>
>         Attachments: OAK-8711.patch
>
>
> Consider a scenario where a query is there with facets and the traversal cost is less than the index cost that serves the facet query . This would be problematic.
>  
> In this case we should maybe set the traversal cost to infinity so that traversal is not an option for queries with facets.
>  
> In case there is no index available to serve this faceted query we can probably throw an exception with a meaningful message .



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