Uses of Class
org.apache.solr.ltr.LTRScoringQuery
Packages that use LTRScoringQuery
Package
Description
This package contains the main logic for performing the reranking using a Learning to Rank model.
Contains Various Interleaving auxiliary classes
APIs and classes for parsing and processing search requests
-
Uses of LTRScoringQuery in org.apache.solr.ltr
Methods in org.apache.solr.ltr that return LTRScoringQueryModifier and TypeMethodDescriptionstatic LTRScoringQuery[]SolrQueryRequestContextUtils.getScoringQueries(SolrQueryRequest req) Methods in org.apache.solr.ltr with parameters of type LTRScoringQueryModifier and TypeMethodDescriptionprotected static org.apache.lucene.search.ExplanationLTRRescorer.getExplanation(org.apache.lucene.search.IndexSearcher searcher, int docID, LTRScoringQuery rerankingQuery) static voidSolrQueryRequestContextUtils.setScoringQueries(SolrQueryRequest req, LTRScoringQuery[] scoringQueries) scoring query accessorsConstructors in org.apache.solr.ltr with parameters of type LTRScoringQuery -
Uses of LTRScoringQuery in org.apache.solr.ltr.interleaving
Subclasses of LTRScoringQuery in org.apache.solr.ltr.interleavingModifier and TypeClassDescriptionclassfinal class -
Uses of LTRScoringQuery in org.apache.solr.ltr.search
Constructors in org.apache.solr.ltr.search with parameters of type LTRScoringQueryModifierConstructorDescriptionLTRQuery(LTRScoringQuery scoringQuery, int reRankDocs) protectedLTRQuery(LTRScoringQuery scoringQuery, int reRankDocs, LTRRescorer rescorer)