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 "Michael Marth (JIRA)" <ji...@apache.org> on 2015/04/01 15:49:57 UTC

[jira] [Updated] (OAK-2509) Support for faceted search in query engine

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

Michael Marth updated OAK-2509:
-------------------------------
    Fix Version/s:     (was: 1.2)
                   1.3.1

> Support for faceted search in query engine
> ------------------------------------------
>
>                 Key: OAK-2509
>                 URL: https://issues.apache.org/jira/browse/OAK-2509
>             Project: Jackrabbit Oak
>          Issue Type: Sub-task
>          Components: query
>            Reporter: Tommaso Teofili
>            Assignee: Tommaso Teofili
>             Fix For: 1.3.1
>
>
> Support for queries like {{select [jcr:path], [facet(tags)] from [nt:base] where contains([jcr:title], 'oak')}} and their _xpath_ equivalents should be provided in  the query engine, thus still being compliant with the JCR spec and no Oak specific API would be needed.
> Each row in the results would then contain the facets as a String value, which could then be adapted to a typed class (e.g. Collection<Facet>) via dedicated method in a specific utility class (e.g. {{QueryUtils}} in _oak-commons_).



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)