MXQuery 0.6.0 API Documentation - Copyright 2006-2009 ETH Zurich

ch.ethz.mxquery.datamodel.adm
Class AllMatch

java.lang.Object
  extended by ch.ethz.mxquery.datamodel.adm.AllMatch

public class AllMatch
extends java.lang.Object

AllMatch: item that contains the Matches of a full-text query¨


Field Summary
static AllMatch END_ALL_MATCH_SEQUENCE
           
 
Constructor Summary
AllMatch(Match[] m)
           
AllMatch(java.util.Vector matches)
           
 
Method Summary
 Match[] getMatches()
           
 MXQueryDouble getScore()
          Compute the score as the maximum score of the Matches
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

END_ALL_MATCH_SEQUENCE

public static final AllMatch END_ALL_MATCH_SEQUENCE
Constructor Detail

AllMatch

public AllMatch(Match[] m)

AllMatch

public AllMatch(java.util.Vector matches)
Method Detail

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

MXQuery 0.6.0 API Documentation - Copyright 2006-2009 ETH Zurich