|
Terrier IR Platform 2.2.1 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object uk.ac.gla.terrier.querying.QueryExpansion uk.ac.gla.terrier.querying.ExplicitQueryExpansion
public class ExplicitQueryExpansion
Implements automatic query expansion as PostFilter that is applied to the resultset after 1st-time matching using explicit relevance information. Controls
Field Summary |
---|
Fields inherited from class uk.ac.gla.terrier.querying.QueryExpansion |
---|
NAMESPACE_QEMODEL |
Constructor Summary | |
---|---|
ExplicitQueryExpansion()
The default constructor of QueryExpansion. |
Method Summary | |
---|---|
void |
expandQuery(MatchingQueryTerms query,
ResultSet resultSet)
This method implements the functionality of expanding a query. |
Methods inherited from class uk.ac.gla.terrier.querying.QueryExpansion |
---|
getInfo, getQueryExpansionModel, process, setQueryExpansionModel |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ExplicitQueryExpansion()
Method Detail |
---|
public void expandQuery(MatchingQueryTerms query, ResultSet resultSet)
expandQuery
in class QueryExpansion
query
- MatchingQueryTerms the query terms of
the original query.resultSet
- CollectionResultSet the set of retrieved
documents from the first pass retrieval.
|
Terrier IR Platform 2.2.1 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |