ch.ethz.mxquery.datamodel.adm
Class AllMatch
java.lang.Object
ch.ethz.mxquery.datamodel.adm.AllMatch
public class AllMatch
- extends java.lang.Object
AllMatch: item that contains the Matches of a full-text query¨
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
END_ALL_MATCH_SEQUENCE
public static final AllMatch END_ALL_MATCH_SEQUENCE
AllMatch
public AllMatch(Match[] m)
AllMatch
public AllMatch(java.util.Vector matches)
getMatches
public Match[] getMatches()
getScore
public MXQueryDouble getScore()
- Compute the score as the maximum score of the Matches
- Returns:
- The score for this AllMatch
MXQuery 0.6.0 API Documentation - Copyright 2006-2009 ETH Zurich