Uses of Class
com.yahoo.search.query.Ranking
-
Packages that use Ranking Package Description com.yahoo.search The top level classes of the search container. A Query represents the incoming request, which produces a Result by chained execution of a set of Searchers.com.yahoo.search.query The search query model -
-
Uses of Ranking in com.yahoo.search
Methods in com.yahoo.search that return Ranking Modifier and Type Method Description Ranking
Query. getRanking()
Returns the ranking to be used for this query, never null -
Uses of Ranking in com.yahoo.search.query
Methods in com.yahoo.search.query that return Ranking Modifier and Type Method Description static Ranking
Ranking. getFrom(Query q)
Methods in com.yahoo.search.query with parameters of type Ranking Modifier and Type Method Description void
Model. prepare(Ranking ranking)
Prepares this for binary serialization.
-