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:
conceptsForPage
conceptById
conceptsByDocumentId
conceptsByLabels
conceptsByPhraseIds
conceptsByLabelsAndPhrases
Maybe it's feasible to check/research if this has some performance implications or if it doesn't matter.
Right now, the filtering of concepts by their
corpusId
is not made in neo4j, but rather in theConceptClusterService
itself. See the following methods therein:conceptsForPage
conceptById
conceptsByDocumentId
conceptsByLabels
conceptsByPhraseIds
conceptsByLabelsAndPhrases
Maybe it's feasible to check/research if this has some performance implications or if it doesn't matter.