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 2016/01/08 11:56:39 UTC

[jira] [Comment Edited] (OAK-3847) Provide an easy way to parse facets

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

Tommaso Teofili edited comment on OAK-3847 at 1/8/16 10:55 AM:
---------------------------------------------------------------

an idea could be to use a JSON format for the String e.g.:
{code}
{"text":["hallo":1,"hello":1,"oh hallo":1]}
{code}
instead of:
{code}
text:[hallo (1), hello (1)]
{code}


was (Author: teofili):
an idea could be to use a JSON format for the String e.g.:
{code}
{"text":["hallo":1,"hello":1,"oh hallo":1]}
{code}
instead of:
{code}
text:[hallo (1), hello (1)
{code}

> Provide an easy way to parse facets
> -----------------------------------
>
>                 Key: OAK-3847
>                 URL: https://issues.apache.org/jira/browse/OAK-3847
>             Project: Jackrabbit Oak
>          Issue Type: Improvement
>          Components: lucene, solr
>            Reporter: Tommaso Teofili
>            Assignee: Tommaso Teofili
>             Fix For: 1.3.14
>
>
> Current facet results are returned within the rep:facet($propertyname) property of each resulting node. The resulting String [1] is however a bit annoying to parse as it separates label / value by comma so that if label contains a similar pattern parsing may even be buggy.
> An easier format for facets should be used, eventually together with an utility class that returns proper objects that client code can consume.
> [1] : https://github.com/apache/jackrabbit-oak/blob/trunk/oak-lucene/src/test/java/org/apache/jackrabbit/oak/jcr/query/FacetTest.java#L99



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