|
Terrier IR Platform 2.2.1 |
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ResultSet | |
---|---|
uk.ac.gla.terrier.matching | Provides the classes and interfaces used for matching documents to queries. |
uk.ac.gla.terrier.matching.dsms | Provides the interface and the classes for modifying the scores of documents after an score has been assigned to documents, or implementing the combination of evidence. |
uk.ac.gla.terrier.querying | Provides the interfaces and classes for the querying API of the Terrier platform, the controls, post processors and filters. |
Uses of ResultSet in uk.ac.gla.terrier.matching |
---|
Classes in uk.ac.gla.terrier.matching that implement ResultSet | |
---|---|
class |
CollectionResultSet
This class implements the interface ResultSet and models the set of all documents in the collection. |
class |
QueryResultSet
A result set for a given query. |
Methods in uk.ac.gla.terrier.matching that return ResultSet | |
---|---|
ResultSet |
Matching.getResultSet()
Returns the result set. |
ResultSet |
CollectionResultSet.getResultSet(int[] positions)
Extracts a subset of the resultset given by the list parameter, which contains a list of positions in the resultset that should be saved. |
ResultSet |
QueryResultSet.getResultSet(int[] positions)
Extracts a subset of the resultset given by the list parameter, which contains a list of positions in the resultset that should be saved. |
ResultSet |
ResultSet.getResultSet(int[] list)
Extracts a subset of the resultset given by the list parameter, which contains a list of positions in the resultset that should be saved. |
ResultSet |
CollectionResultSet.getResultSet(int start,
int length)
Crops the existing result file and extracts a subset from the given starting point to the ending point. |
ResultSet |
QueryResultSet.getResultSet(int startPosition,
int length)
Crops the existing result file and extracts a subset from the given starting point to the ending point. |
ResultSet |
ResultSet.getResultSet(int start,
int length)
Crops the existing result file and extracts a subset from the given starting point, with the given length. |
Constructors in uk.ac.gla.terrier.matching with parameters of type ResultSet | |
---|---|
CollectionResultSet(ResultSet resultSet)
A default constructor for the result set with a given instance of the result set. |
Uses of ResultSet in uk.ac.gla.terrier.matching.dsms |
---|
Methods in uk.ac.gla.terrier.matching.dsms with parameters of type ResultSet | |
---|---|
boolean |
BlockScoreModifier.modifyScores(Index index,
MatchingQueryTerms query,
ResultSet resultSet)
Modifies scores by applying proximity weighting. |
boolean |
BooleanFallback.modifyScores(Index index,
MatchingQueryTerms queryTerms,
ResultSet resultSet)
Applies boolean fallback to the given result set. |
boolean |
BooleanScoreModifier.modifyScores(Index index,
MatchingQueryTerms query,
ResultSet resultSet)
Zeros the scores of documents in which only some of the query terms appear. |
boolean |
DocumentScoreModifier.modifyScores(Index index,
MatchingQueryTerms queryTerms,
ResultSet resultSet)
Modifies the scores of the documents for a given query. |
boolean |
PhraseScoreModifier.modifyScores(Index index,
MatchingQueryTerms terms,
ResultSet set)
Modifies the scores of documents, in which there exist, or there does not exist a given phrase. |
Uses of ResultSet in uk.ac.gla.terrier.querying |
---|
Methods in uk.ac.gla.terrier.querying that return ResultSet | |
---|---|
ResultSet |
Request.getResultSet()
Returns the resultset generated by the query. |
ResultSet |
SearchRequest.getResultSet()
Returns the resultset generated by the query. |
Methods in uk.ac.gla.terrier.querying with parameters of type ResultSet | |
---|---|
void |
ExplicitQueryExpansion.expandQuery(MatchingQueryTerms query,
ResultSet resultSet)
This method implements the functionality of expanding a query. |
void |
QueryExpansion.expandQuery(MatchingQueryTerms query,
ResultSet resultSet)
This method implements the functionality of expanding a query. |
byte |
PostFilter.filter(Manager m,
SearchRequest srq,
ResultSet results,
int DocAtNumber,
int DocNo)
Called for each result in the resultset, used to filter out unwanted results. |
void |
PostFilter.new_query(Manager m,
SearchRequest srq,
ResultSet rs)
Called before the processing of a resultset using this PostFilter is applied. |
void |
Request.setResultSet(ResultSet results)
Set the result set returned by this object to be this results. |
|
Terrier IR Platform 2.2.1 |
|||||||||
PREV NEXT | FRAMES NO FRAMES |