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 "Tommaso Teofili (JIRA)" <ji...@apache.org> on 2015/12/15 13:45:46 UTC

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

    [ https://issues.apache.org/jira/browse/OAK-2509?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15057753#comment-15057753 ] 

Tommaso Teofili edited comment on OAK-2509 at 12/15/15 12:44 PM:
-----------------------------------------------------------------

fixed in r1720106 and 1720146


was (Author: teofili):
fixed in r1720106

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