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

Support pseudo-association merging in the UI via Solr result grouping #337

Open
Tracked by #737
kevinschaper opened this issue Sep 20, 2023 · 1 comment
Open
Tracked by #737
Assignees

Comments

@kevinschaper
Copy link
Member

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.

@kevinschaper kevinschaper added this to the 2023-12 Release milestone Sep 20, 2023
@kevinschaper kevinschaper self-assigned this Sep 20, 2023
@monicacecilia 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
@monicacecilia
Copy link
Contributor

Dear @mellybelly - do you have a use case or a suggestion for someone who could provide one? Thank you!

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