You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We could potentially have an API endpoint that produces merged associations by means of Solr result grouping.
Result grouping in Solr only supports grouping by a single field, so we would need to concatenate values into something like:
f"{subject}-{predicate}-{object}-{negation}"
We could then group by that, with an option to drill down and view all entries in a group. This seems like it could work out be a discount version of the edge merging and evidence graph from the old system.
The text was updated successfully, but these errors were encountered:
monicacecilia
changed the title
Consider support pseudo-association merging in the UI via Solr result grouping
Support pseudo-association merging in the UI via Solr result grouping
Feb 28, 2024
We could potentially have an API endpoint that produces merged associations by means of Solr result grouping.
Result grouping in Solr only supports grouping by a single field, so we would need to concatenate values into something like:
We could then group by that, with an option to drill down and view all entries in a group. This seems like it could work out be a discount version of the edge merging and evidence graph from the old system.
The text was updated successfully, but these errors were encountered: