public interface Matching
| Modifier and Type | Method and Description | 
|---|---|
| String | getInfo()Return a human readable description of this Matching class | 
| ResultSet | match(String queryNumber,
     MatchingQueryTerms queryTerms)Get a ResultSet for the given query terms. | 
| void | setCollectionStatistics(CollectionStatistics cs)Update the collection statistics being used by this matching instance | 
String getInfo()
ResultSet match(String queryNumber, MatchingQueryTerms queryTerms) throws IOException
queryNumber - - some ID of the queryqueryTerms - - query terms to matchIOException - if a problem occurs during matchingvoid setCollectionStatistics(CollectionStatistics cs)
cs - CollectionStatistics to use during matchingTerrier Information Retrieval Platform4.1. Copyright © 2004-2015, University of Glasgow