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 "Davide Giannella (JIRA)" <ji...@apache.org> on 2016/01/07 15:15:41 UTC

[jira] [Closed] (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 ]

Davide Giannella closed OAK-2509.
---------------------------------

Bulk close for 1.3.13

> 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.13
>
>
> 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)