Tommaso Teofili created OAK-2509:
------------------------------------

             Summary: 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.2


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)

Reply via email to