josiah-wolf-oberholtzer / discograph

Social Graphing for the Discogs Database
MIT License
74 stars 11 forks source link

Node size and cluster should not rely on relations. #73

Closed josiah-wolf-oberholtzer closed 8 years ago

josiah-wolf-oberholtzer commented 9 years ago

Using relation querying to determine node size (and alias cluster) is overly complex.

Group membership should be recording on each entity document in a JSON-like field. That can then be used for determining membership / clustering.

josiah-wolf-oberholtzer commented 8 years ago

Done.