[ 
https://issues.apache.org/jira/browse/SOLR-64?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12766064#action_12766064
 ] 

Anıl Çetin commented on SOLR-64:
--------------------------------

Hi all,

I applied the patch to solr nightly (solr-2009-10-14.zip) it compiles but 
results are somehow broken. It concatenates results recursively;

for: level1/level2/level3/level4 

Expected Result:

level1
--> level2
------> level3
-----------> level4

But it becomes:

level1
--> level1/level2
------> level1/level2/level3
-----------> level1/level2/level3/level4


There may be a method changed, any idea?


> strict hierarchical facets
> --------------------------
>
>                 Key: SOLR-64
>                 URL: https://issues.apache.org/jira/browse/SOLR-64
>             Project: Solr
>          Issue Type: New Feature
>          Components: search
>            Reporter: Yonik Seeley
>             Fix For: 1.5
>
>         Attachments: SOLR-64.patch, SOLR-64.patch
>
>
> Strict Facet Hierarchies... each tag has at most one parent (a tree).

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to