Document ranking strategy for P2P file sharing system.

Posted by ablmf on Stack Overflow See other posts from Stack Overflow or by ablmf
Published on 2009-10-16T15:54:31Z Indexed on 2010/04/05 16:03 UTC
Read the original article Hit count: 305

Filed under:

Recently, I got a task of building a P2P file sharing system.

There is one requirement : the system should have a document ranking algorithm so that it could be used help users find more valuable files.

Several strategy might be useful :

  • force user to give a score to a file before it was downloaded

  • The documents containing certain key words would get higher rank

  • Manager could modify file ranking manually

  • the more a file was downloaded, it would get a higher rank.

Do you know any other strategy or methods that also appropriate? Or is there any real world example?

© Stack Overflow or respective owner

Related posts about p2p