biolink-api icon indicating copy to clipboard operation
biolink-api copied to clipboard

Taxon counts for different entities

Open deepakunni3 opened this issue 6 years ago • 0 comments

From @DoctorBud

I'm using paired SOLR queries right now to get taxon counts for different entities, and hoping to be able to use BL for that soon: select/?q=%3A&facet=true&fq=subject_closure:%22${nodeId}%22&rows=0&wt=json&facet.mincount=1&indent=on&facet.sort=count&facet.pivot=object_category,object_taxon select/?q=%3A&facet=true&fq=object_closure:%22${nodeId}%22&rows=0&wt=json&facet.mincount=1&indent=on&facet.sort=count&facet.pivot=subjectKey,subject_taxon

Note: This is critical for Monarch UI development

deepakunni3 avatar May 01 '19 23:05 deepakunni3