Uses of Class
org.apache.solr.ltr.LTRScoringQuery.ModelWeight.ModelScorer
-
Packages that use LTRScoringQuery.ModelWeight.ModelScorer Package Description org.apache.solr.ltr 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.ModelScorer Modifier and Type Method Description LTRScoringQuery.ModelWeight.ModelScorerLTRScoringQuery.ModelWeight. scorer(org.apache.lucene.index.LeafReaderContext context)Methods in org.apache.solr.ltr with parameters of type LTRScoringQuery.ModelWeight.ModelScorer Modifier and Type Method Description protected static booleanLTRRescorer. scoreSingleHit(int topN, int docBase, int hitUpto, org.apache.lucene.search.ScoreDoc hit, int docID, LTRScoringQuery.ModelWeight.ModelScorer scorer, org.apache.lucene.search.ScoreDoc[] reranked)Scores a single document and returns true if the document's feature info should be logged via theLTRRescorer.logSingleHit(IndexSearcher, org.apache.solr.ltr.LTRScoringQuery.ModelWeight, int, LTRScoringQuery)method.
-