int weight_author = 80;
int weight_subject = 50;
int weight_keyword = 100;
int weight_archive = 30;
int weight_hits = 80;
double factor_UI = 0.3;
double factor_hits = 0.7; //overallweight
= weightUI * factorUI + weightHits * factorHits
int threshhold = 10; //if
overall weight > threshhold, show in interface