|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface Matching
Interface for all Matching implementations.
| Method Summary | |
|---|---|
java.lang.String |
getInfo()
Return a human readable description of this Matching class |
ResultSet |
match(java.lang.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 |
| Method Detail |
|---|
java.lang.String getInfo()
ResultSet match(java.lang.String queryNumber,
MatchingQueryTerms queryTerms)
throws java.io.IOException
queryNumber - - some ID of the queryqueryTerms - - query terms to match
java.io.IOException - if a problem occurs during matchingvoid setCollectionStatistics(CollectionStatistics cs)
cs - CollectionStatistics to use during matching
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||