Onto-Med / top-backend

Spring Boot based backend of the TOP Framework
MIT License
0 stars 1 forks source link

Concept Filtering by corpusId #213

Open fmatthies opened 6 months ago

fmatthies commented 6 months ago

Right now, the filtering of concepts by their corpusId is not made in neo4j, but rather in the ConceptClusterService itself. See the following methods therein:

Maybe it's feasible to check/research if this has some performance implications or if it doesn't matter.