Uses of Class
org.apache.solr.ltr.LTRScoringQuery.ModelWeight.ModelScorer
Packages that use LTRScoringQuery.ModelWeight.ModelScorer
Package
Description
This package contains the main logic for performing the reranking using a Learning to Rank model.
-
Uses of LTRScoringQuery.ModelWeight.ModelScorer in org.apache.solr.ltr
Methods in org.apache.solr.ltr that return LTRScoringQuery.ModelWeight.ModelScorerModifier and TypeMethodDescriptionLTRScoringQuery.ModelWeight.modelScorer(org.apache.lucene.index.LeafReaderContext context) Methods in org.apache.solr.ltr with parameters of type LTRScoringQuery.ModelWeight.ModelScorerModifier and TypeMethodDescriptionprotected voidLTRRescorer.scoreSingleHit(int docsToRerank, int docBase, int hitPosition, org.apache.lucene.search.ScoreDoc hit, LTRScoringQuery.ModelWeight.ModelScorer scorer, org.apache.lucene.search.ScoreDoc[] reranked) Scores a single document.