public class TutorMatcher extends Object
| Constructor and Description | 
|---|
| TutorMatcher(Set<Tutor> tutors) | 
public List<ScoredTutor> runQuery(Query query)
Assigns scores to some of or all the tutors, and returns top five matches.
Factors taken into account should include:
query - the query to run