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, waitgetInfo, setCollectionStatisticsprotected Matching parent
public ResultSet match(String queryNumber, MatchingQueryTerms queryTerms) throws IOException
Matchingmatch in interface MatchingqueryNumber - - 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
IOExceptionTerrier Information Retrieval Platform 5.1. Copyright © 2004-2019, University of Glasgow