flaxsearch / BioSolr

A project aiming "to significantly advance the state of the art with regard to indexing and querying biomedical data with freely available open source software"
Apache License 2.0
77 stars 26 forks source link

Solr Hierachical Facet plugin support multiple node ID #9

Open ArbounAchraf opened 7 years ago

ArbounAchraf commented 7 years ago

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 commented 7 years ago

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