Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Solr Hierachical Facet plugin support multiple node ID #9

Open
ArbounAchraf opened this issue Mar 30, 2017 · 1 comment
Open

Solr Hierachical Facet plugin support multiple node ID #9

ArbounAchraf opened this issue Mar 30, 2017 · 1 comment

Comments

@ArbounAchraf
Copy link

example:
{ "id": "1", "node_id": "A", "child_ids": [ "AA"], "name": "NodeA", "label": "nodeA" }
{ "id": "2", "node_id": "B", "child_ids": [ "BB"], "name": "NodeB", "label": "nodeB" }
{ "id": "3", "node_id": "AA", "node_id": "BB", "child_ids": [ ], "name": "NodeAABB", "label": "nodeAABB" }

@mattflax
Copy link
Collaborator

mattflax commented Apr 3, 2017

Could you give more context please? When would it be appropriate to return results like this?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants