public abstract class FilterMatching extends Object implements Matching
Modifier and Type | Method and Description |
---|---|
abstract ResultSet |
doMatch(String queryNumber,
MatchingQueryTerms queryTerms,
ResultSet match) |
ResultSet |
match(String queryNumber,
MatchingQueryTerms queryTerms)
Get a ResultSet for the given query terms.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getInfo, setCollectionStatistics
protected Matching parent
public ResultSet match(String queryNumber, MatchingQueryTerms queryTerms) throws IOException
Matching
match
in interface Matching
queryNumber
- - some ID of the queryqueryTerms
- - query terms to matchIOException
- if a problem occurs during matchingpublic abstract ResultSet doMatch(String queryNumber, MatchingQueryTerms queryTerms, ResultSet match) throws IOException
IOException
Terrier Information Retrieval Platform 5.1. Copyright © 2004-2019, University of Glasgow