Uses of Class
org.terrier.querying.QueryExpansion.QueryExpansionConfig
-
Packages that use QueryExpansion.QueryExpansionConfig Package Description org.terrier.querying Provides the interfaces and classes for the querying API of the Terrier platform, the controls, post processors and filters. -
-
Uses of QueryExpansion.QueryExpansionConfig in org.terrier.querying
Methods in org.terrier.querying that return QueryExpansion.QueryExpansionConfig Modifier and Type Method Description static QueryExpansion.QueryExpansionConfig
QueryExpansion. configFromRequest(Request r)
Get the standard configuration for QueryExpansion, namely number of terms and docs, from the Request, using two controls.
-