|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use SingleTermQuery | |
---|---|
org.terrier.querying | Provides the interfaces and classes for the querying API of the Terrier platform, the controls, post processors and filters. |
org.terrier.querying.parser | Provides the parser specification and the classes that implement the query language of the Terrier platform. |
Uses of SingleTermQuery in org.terrier.querying |
---|
Methods in org.terrier.querying that return SingleTermQuery | |
---|---|
abstract SingleTermQuery[] |
ExpansionTerms.getExpandedTerms(int numberOfExpandedTerms)
Get the most informative terms for the expanded set. |
SingleTermQuery[] |
DFRBagExpansionTerms.getExpandedTerms(int numberOfExpandedTerms)
This method implements the functionality of assigning expansion weights to the terms in the top-retrieved documents, and returns the most informative terms among them. |
protected SingleTermQuery[] |
DFRBagExpansionTerms.getExpandedTerms(int numberOfExpandedTerms,
QueryExpansionModel QEModel)
|
Uses of SingleTermQuery in org.terrier.querying.parser |
---|
Fields in org.terrier.querying.parser declared as SingleTermQuery | |
---|---|
protected static SingleTermQuery[] |
Query.tmpSTQ
An attribute used constructing arrays of the right type. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |