On 6 July 2010 19:22, [email protected]
<[email protected]> wrote:
> I thought about a possible implementation of the tagging system.
> My idea is that an article can have a multi value node where can be saved the 
> tags. This is useful because when I read an article I haven't to read another 
> resource to know the related tags.
> In addition to this node, it's possible to create a parallel structure, with 
> the tag value as root node and as children the UUIDs of the articles.&nbsp;
> In this way there is a duplication of information but it's easier to 
> manipulate tags information in the system (for example tag clouds or search 
> by tag could be processed in a very fast way).
> What do you think about?

Storage is one issue to look at. Another is search.

Say you'd like to find matches between items depending on how many
tags they share. (Eg. a dating system, or a system to find jobs based
on your knowledge.) How would you implement such a search with
weighted scores in JCR space, ie. without downloading all such nodes
and doing search and sort in memory.

-- 
-Tor

Reply via email to