[
https://issues.apache.org/jira/browse/SOLR-64?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12770027#action_12770027
]
Lesiak Rémy commented on SOLR-64:
---------------------------------
Hi all,
I use the the Solr version 1.4-dev.
I want to apply this patch, but I have an error on the class SimpleFacet during
the patch.
I have apply the patch manually. After I want reproduce the example of this
page, but I obtained this result :
"facet_counts":{
"facet_queries":{},
"facet_fields":{
"hiefacet_h":[
"sub_facets",[
"A",1,
"path-A","A/",
"sub_facets",[
"B",1,
"path-B","A/B/",
"sub_facets",[
"E",1,
"path-E","A/B/E/",
"sub_facets",[
"B",1,
"path-B","A/B/E/B/",
"sub_facets",[
"B",1,
"path-B","A/B/E/B/B/",
"sub_facets",[
"D",1,
"path-D","A/B/E/B/B/D/",
"sub_facets",[
"E",1,
"path-E","A/B/E/B/B/D/E/",
"sub_facets",[
"A",1,
"path-A","A/B/E/B/B/D/E/A/",
"sub_facets",[
"B",1,
"path-B","A/B/E/B/B/D/E/A/B/",
"sub_facets",[
"E",1,
"path-E","A/B/E/B/B/D/E/A/B/E/",
"sub_facets",[
"A",1,
"path-A","A/B/E/B/B/D/E/A/B/E/A/",
"sub_facets",[
.... etc
> 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.